UNPKG

1.04 kBJSONView Raw
1{
2 "name": "ehdev-build",
3 "version": "1.1.10",
4 "description": "ehdev build plugin",
5 "main": "index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/macisi/ehdev-build.git"
10 },
11 "keywords": [
12 "ehdev"
13 ],
14 "author": "ryan.bian",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/macisi/ehdev-build/issues"
18 },
19 "homepage": "https://github.com/macisi/ehdev-build#readme",
20 "dependencies": {
21 "chalk": "^1.1.3",
22 "clean-webpack-plugin": "^0.1.16",
23 "gulp": "^3.9.1",
24 "gulp-clean-css": "^3.4.2",
25 "gulp-if": "^2.0.2",
26 "gulp-logger": "0.0.2",
27 "gulp-uglify": "^3.0.0",
28 "inquirer": "^3.1.1",
29 "os": "^0.1.1",
30 "pump": "^1.0.2",
31 "uglify-es": "^3.1.2",
32 "webpack": "^3.0.0",
33 "webpack-bundle-analyzer": "^2.8.2",
34 "webpack-legacy": "^1.15.0",
35 "webpack-manifest-plugin": "^1.1.0",
36 "webpack-uglify-parallel": "^0.1.3"
37 },
38 "peerDependencies": {
39 "ehdev-configs": "^1.0.14",
40 "ehdev-configs-legacy": "^1.0.5"
41 }
42}