-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "gulp-es6-boilerplate",
"version": "0.1.0",
"description": "Boilerplate for a combination of ECMAScript 6 and Gulp.js",
"repository": "[email protected]:kreativgebiet/gulp-es6-boilerplate.git",
"main": "gulpfile.babel.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"boilerplate",
"preset",
"gulp",
"es6",
"gulpjs"
],
"author": "Dominik Schmidt <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"debowerify": "^1.3.1",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-eslint": "^1.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-html": "^1.0.4",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"rimraf": "^2.4.3",
"style-paths": "^0.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"object-assign": "^4.0.1"
}
}