forked from swisnl/jQuery-contextMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "jquery-contextmenu",
"title": "jQuery.contextMenu()",
"author": {
"name": "Björn Brala",
"url": "http://www.swis.nl"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
}
],
"dependencies": {
"jquery": ">=1.8.2"
},
"devDependencies": {
"dalek-browser-chrome": "0.0.11",
"dalekjs": "0.0.9",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.4",
"qunitjs": "^1.15.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "~2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-csslint": "^0.2.0",
"gulp-htmlcomb": "0.1.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.1.6",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "^1.1.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",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "http://swisnl.github.io/jQuery-contextMenu/",
"contributors": [
{
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de"
},
{
"name": "Addy Osmani",
"url": "https://github.com/addyosmani"
},
{
"name": "Christiaan Baartse",
"url": "https://github.com/christiaan"
}
],
"repository": {
"type": "git",
"url": "git://github.com/swisnl/jQuery-contextMenu.git"
},
"main": "dist/jquery.contextMenu.js",
"files": [
"dist/jquery.contextMenu.js",
"dist/jquery.contextMenu.min.js",
"dist/jquery.contextMenu.min.js.map",
"dist/jquery.contextMenu.css",
"dist/jquery.contextMenu.min.css",
"dist/jquery.contextMenu.min.css.map",
"dist/jquery.ui.position.js",
"dist/jquery.ui.position.min.js",
"dist/images/cut.png",
"dist/images/door.png",
"dist/images/page_white_add.png",
"dist/images/page_white_copy.png",
"dist/images/page_white_delete.png",
"dist/images/page_white_edit.png",
"dist/images/page_white_paste.png",
"dist/images/cut.png"
],
"scripts": {
"test": "npm run test-unit && npm run test-integration",
"test-unit": "./node_modules/karma/bin/karma start",
"test-integration": "dalek test/integration/*.js"
},
"version": "1.8.1"
}