-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 811 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 811 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
31
32
33
34
{
"name": "MadridJSDay",
"version": "1.0.0",
"author": "Félix Zapata",
"scripts": {
"updateWeb": "rm -rf jsdayes.github.io/* && cp -r dist/* jsdayes.github.io"
},
"devDependencies": {
"del": "^2.2.0",
"fs": "^0.0.2",
"gulp": "^3.8.5",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-gzip": "^1.4.0",
"gulp-html-i18n": "^0.6.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.5",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^2.1.0",
"gulp-webserver": "^0.9.1",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"blazy": "^1.8.2"
}
}