-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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
{
"name": "gpl",
"version": "1.0.0",
"description": "webapp",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d js"
},
"author": "gpl",
"license": "ISC",
"dependencies": {
"bower": "^1.8.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"browser-sync": "^2.18.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-less": "^3.3.0",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.2",
"gulp-rev-collector": "^1.1.1",
"gulp-uglify": "^2.0.0",
"http-proxy-middleware": "^0.17.3",
"run-sequence": "^1.2.2"
}
}