-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 739 Bytes
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
{
"name": "structure",
"version": "1.0.0",
"description": "\"start structure for dev\"",
"main": "gulpfile.js",
"dependencies": {
"gulp-wait": "0.0.2"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.3.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.2.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.2.1",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "swarty",
"license": "ISC"
}