forked from steamerjs/steamer-gulp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 KB
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
{
"name": "steamer",
"version": "1.1.0",
"description": "authored by heyli",
"keywords": [
"powder",
"web",
"app"
],
"homepage": "https://github.com/lcxfs1991",
"author": "huhu",
"dependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"bootstrap": "^3.3.5",
"front-matter": "^1.0.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rev": "^5.1.0",
"gulp-rev-collector": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"gulp.spritesmith": "^4.0.0",
"html-loader": "^0.3.0",
"html-minifier": "^0.7.0",
"jsx-loader": "^0.13.2",
"merge-stream": "^0.1.8",
"react-hot-loader": "^1.3.0",
"run-sequence": "^1.1.1",
"webpack-stream": "^2.1.0",
"gulp-bigpipe-template": "^1.0.4",
"gulp-inline-res": "^0.1.0"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
}
}