-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "Base",
"version": "1.0.0",
"title": "proyect name",
"client": "client",
"description": "",
"main": "",
"scripts": {
"build": "gulp distribute"
},
"engines": {
"node": ">=6.1.0"
},
"author": "[email protected]",
"devDependencies": {
"browser-sync": "^2.12.10",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-processhtml": "^1.1.0",
"gulp-pug": "^3.0.2",
"gulp-sass": "^2.3.1",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-zip": "^3.2.0",
"imagemin": "^5.2.1",
"imagemin-jpegoptim": "^5.0.0",
"imagemin-optipng": "^5.1.0",
"imagemin-pngquant": "^5.0.0",
"imagemin-svgo": "^5.1.0",
"gulp-copy": "0.0.2",
"gulp-rename": "^1.2.2",
"imagemin-jpeg-recompress": "^5.0.0",
"merge-stream": "^1.0.0"
}
}