forked from mar10/jquery-ui-contextmenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui-contextmenu.jquery.json
41 lines (41 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
{
"name": "ui-contextmenu",
"version": "1.10.1-0",
"title": "jQuery UI context menu plugin",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"keywords": [
"context-menu",
"contextmenu",
"delegate",
"jquery-plugin",
"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"
}
}