package.json
1.26 KB
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
42
43
44
45
46
47
48
49
{
"name": "jQuery contextMenu",
"version": "1.6.6",
"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"
]
}