-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 930 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
{
"name": "gulp-start-basic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "gulp bower-remove && bower cache clean && bower install",
"deps": "npm install && bower install -F && node index.js && gulp serve"
},
"author": "ADominguez",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.1",
"cli-color": "^1.2.0",
"del": "^2.2.2",
"filepath": "0.8.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.2.0",
"gulp-inject-html": "^1.0.5",
"gulp-notify": "^2.2.0",
"gulp-read": "0.0.1",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"replace": "^0.3.0",
"superstatic": "^4.1.0"
},
"dependencies": {
"express": "^4.13.2"
}
}