-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "FOX-Boilerplate-2",
"version": "2.0.0",
"description": "Boilerplate with Gulp and FOX CSS",
"license": "MIT",
"repository": "ronanlevesque/FOX-Boilerplate-2",
"author": {
"name": "Ronan Levesque",
"url": "http://ronanlevesque.fr"
},
"devDependencies": {
"babel": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"connect": "^3.4.0",
"connect-livereload": "^0.5.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^0.2.0",
"gulp-cssnano": "^2.1.0",
"gulp-htmlhint": "^0.3.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.2.4",
"serve-index": "^1.7.1",
"serve-static": "^1.10.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}