-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.23 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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "foundation-ssg",
"version": "0.0.1",
"description": "Static site generator for Foundation.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"deploy": "gulp deploy --production",
"deploy:staging": "gulp deploy"
},
"author": "Foundation Group <[email protected]>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.2.0",
"gulp-cache-bust": "1.0.2",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jst": "^0.1.1",
"gulp-jst-concat": "0.0.1",
"gulp-load-plugins": "^0.10.0",
"gulp-newer": "^1.3.0",
"gulp-prompt": "^0.1.2",
"gulp-rsync": "0.0.5",
"gulp-sass": "^2.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"panini": "^1.1.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.0",
"yargs": "^3.8.0"
},
"dependencies": {
"chart.js": "^2.8.0",
"foundation-sites": "6.3.1",
"jquery": "^2.2.4",
"lodash": "^4.17.15",
"typed.js": "^2.0.11",
"waypoints": "^4.0.1",
"what-input": "^5.2.6"
}
}