-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "html-bundler",
"version": "0.7.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"hb": "./bin/html-bundler.js"
},
"author": "xieyu33333",
"license": "ISC",
"dependencies": {
"autoprefixer": "6.7.0",
"cheerio": "^0.22.0",
"colors": "1.1.2",
"commander": "2.9.0",
"del": "2.2.2",
"file-loader": "0.9.0",
"fs-extra": "^1.0.0",
"gulp": "^3.9.1",
"gulp-base64": "0.1.3",
"gulp-bird": "0.2.4",
"gulp-changed": "1.3.2",
"gulp-clean-css": "2.3.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "5.0.0",
"gulp-debug": "3.0.0",
"gulp-file-count": "1.0.3",
"gulp-if": "^2.0.2",
"gulp-inline-source": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.3.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"happypack": "4.0.0",
"html-loader": "0.4.4",
"is_js": "0.9.0",
"json-loader": "0.5.4",
"lodash": "^4.17.4",
"node-sloc": "^0.1.10",
"through2": "2.0.3",
"url-loader": "0.5.7",
"webpack": "^3.6.0",
"webpack-stream": "^4.0.0",
"is-stream": "^1.1.0"
},
"devDependencies": {}
}