mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
49 lines
No EOL
1.3 KiB
JSON
49 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "jQuery contextMenu",
|
|
"version": "1.5.22",
|
|
"title": "jQuery.contextMenu()",
|
|
"author": {
|
|
"name": "Rodney Rehm",
|
|
"url": "http://rodneyrehm.de"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license"
|
|
},
|
|
{
|
|
"type": "GPL",
|
|
"url": "http://opensource.org/licenses/GPL-3.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.7.0"
|
|
},
|
|
"description": "Management facility for context menus. Developed for a large number of triggering objects. HTML5 Polyfill",
|
|
"keywords": [
|
|
"contextmenu",
|
|
"context menu",
|
|
"context-menu",
|
|
"menu",
|
|
"html5 menu",
|
|
"html5 contextmenu",
|
|
"html5 context menu",
|
|
"html5 context-menu"
|
|
],
|
|
"homepage": "http://medialize.github.com/jQuery-contextMenu/",
|
|
"contributors": [
|
|
{
|
|
"name": "Addy Osmani",
|
|
"url": "https://github.com/addyosmani"
|
|
},
|
|
{
|
|
"name": "Christiaan Baartse",
|
|
"url": "https://github.com/christiaan"
|
|
}
|
|
],
|
|
"files": [
|
|
"src/jquery.contextMenu.js",
|
|
"src/jquery.contextMenu.css",
|
|
"src/jquery.ui.position.js"
|
|
]
|
|
} |