forked from violentmonkey/violentmonkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "Violentmonkey",
"version": "2.5.1",
"scripts": {
"prebuild": "gulp clean",
"build": "gulp build",
"dev": "gulp watch",
"i18n": "gulp i18n",
"lint": "gulp lint",
"update": "node scripts/update",
"test": "mocha"
},
"description": "Violentmonkey",
"devDependencies": {
"codemirror": "^5.14.2",
"define-commonjs": "^1.0.0",
"del": "^2.2.0",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"html-minifier": "^2.1.0",
"js-yaml": "^3.5.5",
"merge2": "^1.0.2",
"mocha": "^3.1.2",
"ncp": "^2.0.0",
"through2": "^2.0.1"
},
"author": "Gerald <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/violentmonkey/violentmonkey.git"
},
"bugs": {
"url": "https://github.com/violentmonkey/violentmonkey/issues"
},
"homepage": "https://github.com/violentmonkey/violentmonkey",
"license": "MIT"
}