UNPKG

1.31 kBJSONView Raw
1{
2 "name": "html-bundler",
3 "version": "0.6.7",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "hb": "./bin/html-bundler.js"
11 },
12 "author": "xieyu33333",
13 "license": "ISC",
14 "dependencies": {
15 "autoprefixer": "6.7.0",
16 "cheerio": "^0.22.0",
17 "colors": "1.1.2",
18 "commander": "2.9.0",
19 "del": "2.2.2",
20 "file-loader": "0.9.0",
21 "fs-extra": "^1.0.0",
22 "gulp": "^3.9.1",
23 "gulp-base64": "0.1.3",
24 "gulp-bird": "0.2.4",
25 "gulp-changed": "1.3.2",
26 "gulp-clean-css": "2.3.2",
27 "gulp-concat": "^2.6.1",
28 "gulp-connect": "5.0.0",
29 "gulp-debug": "3.0.0",
30 "gulp-file-count": "1.0.3",
31 "gulp-if": "^2.0.2",
32 "gulp-inline-source": "^3.0.0",
33 "gulp-less": "^3.3.0",
34 "gulp-minify-html": "^1.0.6",
35 "gulp-plumber": "1.1.0",
36 "gulp-postcss": "6.3.0",
37 "gulp-sourcemaps": "^1.9.1",
38 "gulp-uglify": "^2.0.0",
39 "gulp-util": "^3.0.8",
40 "happypack": "4.0.0",
41 "html-loader": "0.4.4",
42 "is_js": "0.9.0",
43 "json-loader": "0.5.4",
44 "lodash": "^4.17.4",
45 "node-sloc": "^0.1.10",
46 "through2": "2.0.3",
47 "url-loader": "0.5.7",
48 "webpack": "^3.6.0",
49 "webpack-stream": "^4.0.0",
50 "is-stream": "^1.1.0"
51 },
52 "devDependencies": {}
53}