forked from mar10/jquery-ui-contextmenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-contextmenu.jquery.json
34 lines (32 loc) · 1017 Bytes
/
ui-contextmenu.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ui-contextmenu",
"version": "1.3.0-1",
"title": "jQuery UI context menu plugin",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"keywords": ["context-menu", "contextmenu", "delegate",
"jquery-ui-menu", "menu", "navigation", "popup",
"right-click", "right-click-menu"],
"author": {
"name": "Martin Wendt",
"email": "[email protected]",
"url": "http://careers.stackoverflow.com/martin-wendt"
},
"repository": {
"type": "git",
"url": "https://github.com/mar10/jquery-ui-contextmenu"
},
"homepage": "https://github.com/mar10/jquery-ui-contextmenu",
"demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
"docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
"bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7",
"jqueryui": ">=1.9"
}
}