-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.17 KB
/
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": "node-foundation-customizer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp",
"foundation": "npm run foundation:clone && npm run foundation:checkout && npm run foundation:install",
"foundation:clone": "git clone https://github.com/foundation/foundation-sites.git && npm run foundation:checkout",
"foundation:checkout": "cd foundation-sites && git fetch && git checkout v6.6.3 && cd ..",
"foundation:install": "cd foundation-sites && npm install && cd ..",
"foundation:update": "cd foundation-sites && git pull && npm install && cd .."
},
"dependencies": {
"archiver": "^0.16.0",
"bluebird": "^3.0.5",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.4.2",
"gulp-uncss": "^1.0.4",
"md5": "^2.1.0",
"morgan": "~1.6.1",
"node-sass": "^4.13.1",
"open": "0.0.5",
"rimraf": "^2.4.3",
"serve-favicon": "~2.3.0"
}
}