-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.29 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
{
"name": "web-dist-pro",
"version": "2.1.0",
"description": "传统模式下开发的web整站压缩混淆处理工具-高级版",
"main": "gulpfile.js",
"keywords": [
"marsgis",
"lib",
"web",
"dist"
],
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.5.4",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^0.6.3",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"gulp-utf8-convert": "0.0.7",
"gulp-util": "^3.0.8",
"javascript-obfuscator": "^0.28.5",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"uglify-js": "^3.6.0",
"vinyl": "^2.2.0"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/muyao1987/web-dist-pro.git"
},
"bugs": {
"url": "https://github.com/muyao1987/web-dist-pro/issues",
"email": "[email protected]"
},
"author": {
"name": "火星科技 木遥",
"url": "http://www.marsgis.cn"
},
"license": "Apache-2.0",
"homepage": "https://github.com/muyao1987/web-dist-pro"
}