-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 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
{
"name": "optimizedhtml",
"version": "2.0.1",
"description": "OptimizedHTML - Start HTML Template",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WebDesign Master",
"license": "ISC",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.11",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^3.3.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.2.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-rsync": "0.0.8",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"vinyl-ftp": "^0.6.0"
}
}