-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 931 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
{
"name": "iron-github-io",
"version": "0.0.0",
"dependencies": {
"gulp-util": "^3.0.1",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"rcloader": "^0.1.2",
"readable-stream": "^1.0.33-1",
"through2": "^0.6.3"
},
"devDependencies": {
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.7",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.2",
"jshint-stylish": "^0.2.0",
"opn": "^0.1.1",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}