-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (31 loc) · 916 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
{
"name": "cargobay",
"version": "0.8.6",
"dependencies": {},
"devDependencies": {
"bower": "~1.3",
"gulp": "3.8.6",
"gulp-load-plugins": "0.5.3",
"gulp-changed": "0.4.1",
"gulp-size": "1.0.0",
"gulp-shell": "0.2.9",
"gulp-livereload": "2.1.0",
"gulp-rename":"latest",
"gulp-ruby-sass": "0.7.1",
"gulp-scss-lint": "0.1.0",
"gulp-autoprefixer": "0.0.8",
"gulp-minify-css": "0.3.7",
"gulp-combine-media-queries": "0.1.0",
"gulp-modernizr": "https://github.com/doctyper/gulp-modernizr/tarball/develop",
"gulp-jshint": "1.8.0",
"jshint-stylish": "0.4.0",
"gulp-uglify": "0.3.1",
"gulp-concat": "2.3.4",
"gulp-imagemin": "0.6.2",
"imagemin-svgo": "0.1.0",
"chalk": "0.5.1"
},
"engines": {
"node": ">=0.10.0"
}
}