forked from FlackAP/cool-new-ironyard-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "cool-new-ironyard-site",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"gulp-bower-files": "^0.2.1",
"gulp-cache": "^0.1.1",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.5.0",
"gulp-flatten": "^0.0.2",
"gulp-gh-pages": "^0.3.3",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.3.0",
"gulp-jade": "^0.6.1",
"gulp-jshint": "^1.5.3",
"gulp-livereload": "^2.0.0",
"gulp-load-plugins": "^0.5.0",
"gulp-plumber": "^0.6.3",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "^0.7.2",
"gulp-sitemap": "^0.3.3",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.5.0",
"gulp-util": "~2.2.14",
"jshint-stylish": "^0.1.5",
"lodash": "^2.4.1",
"node-bourbon": "^1.2.3",
"node-sass": "^0.9.3",
"opn": "^0.1.1",
"q": "^1.0.1",
"through2": "~0.4.1",
"wiredep": "^1.8.1"
},
"engines": {
"node": ">=0.10.0"
}
}