vhost-audit/contrib/contextmenu/contextMenu.jquery.json

30 lines
867 B
JSON
Raw Normal View History

2021-03-16 20:50:02 -07:00
{
"name": "contextMenu",
"title": "jQuery contextMenu",
"description": "full featured context menu handler capable of handling thousands of elements",
"keywords": [
"contextmenu",
"context-menu",
"right-click-menu",
"right-click",
"navigation",
"menu"
],
"version": "git-master",
"author": {
"name": "Björn Brala (SWIS.nl)",
"url": "http://www.swis.nl"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/swisnl/jQuery-contextMenu/issues",
"homepage": "http://swisnl.github.io/jQuery-contextMenu/",
"docs": "http://swisnl.github.io/jQuery-contextMenu/docs.html",
"dependencies": {
"jquery": ">=1.8.2"
}
}