-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "boilerplate-gulp",
"version": "1.0.0",
"description": "A basic workflow using gulp.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Veljko",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.2",
"gulp-plumber": "^1.0.1",
"gulp-sass": "*",
"gulp-uglify": "^1.5.1",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^4.1.0",
"handlebars": "^4.0.5",
"imagemin-jpeg-recompress": "^5.0.0",
"imagemin-pngquant": "^5.0.0"
},
"dependencies": {
"static-server": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wekios/gulp-workflow.git"
},
"bugs": {
"url": "https://github.com/Wekios/gulp-workflow/issues"
},
"homepage": "https://github.com/Wekios/gulp-workflow#readme"
}