forked from vhlongon/babel-gulp-boilerplate-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
43
44
45
46
47
48
49
50
51
52
{
"name": "babel-gulp-boilerplate",
"version": "0.1.0",
"author": "Victor Longon",
"description": "Boilerplate using Gulp, Babel and Browserify",
"keywords": [
"express",
"gulp",
"sass",
"babel",
"Browserify",
"boilerplate"
],
"private": true,
"engines": {
"node": ">=0.12.x"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.7.6",
"browserify": "^12.0.1",
"cssnano": "^3.8.0",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^6.1.1",
"gulp-changed": "^1.0.0",
"gulp-cssnext": "^1.0.1",
"gulp-file-include": "^0.13.7",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.1.0",
"gulp-jshint": "^1.8.3",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.1",
"imagemin-pngcrush": "^0.1.0",
"jshint-stylish": "^1.0.0",
"pretty-hrtime": "^0.2.2",
"run-sequence": "^0.3.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"imagemin-pngquant": "^5.0.0"
}
}