This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
72 lines (72 loc) · 1.89 KB
/
package.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ui-contextmenu",
"filename": "jquery.ui-contextmenu.min.js",
"main": "jquery.ui-contextmenu.js",
"version": "1.18.2-0",
"title": "jQuery UI context menu plugin",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"keywords": [
"context-menu",
"contextmenu",
"delegate",
"ecosystem:jquery",
"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",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/mar10/jquery-ui-contextmenu/master/LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-saucelabs": "^9.0.0",
"grunt-yabs": "^1.1.4",
"jquery-ui-dist": "^1.12.1"
},
"scripts": {
"test": "grunt ci --verbose"
},
"npmName": "ui-contextmenu",
"npmFileMap": [
{
"basePath": "/",
"files": [
"jquery.ui-contextmenu.js",
"jquery.ui-contextmenu.min.js",
"jquery.ui-contextmenu.min.js.map"
]
}
]
}