-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 982 Bytes
/
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
{
"name": "beds-build",
"version": "1.0.0",
"description": "",
"main": "./build",
"bin": {
"beds-build": "build"
},
"author": "gy",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.18.0",
"bluebird": "^3.3.4",
"chalk": "^1.1.3",
"grunt-cmd-package": "^1.0.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.2",
"gulp-ejs": "^2.2.0",
"gulp-htmlmin": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^3.0.0",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"gulp-zip": "^4.0.0",
"html-minify-loader": "^1.1.0",
"md5": "^2.1.0",
"nedb": "^1.8.0",
"pretty-hrtime": "^1.0.2",
"promise": "^6.1.0",
"q": "^1.5.0",
"raw-loader": "^0.5.1",
"through-gulp": "^0.5.0",
"through2": "^0.6.0",
"underscore": "^1.8.3"
}
}