forked from technykim/nem-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 1.19 KB
/
package.json
File metadata and controls
executable file
·45 lines (45 loc) · 1.19 KB
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
{
"name": "foundation-zurb-template",
"version": "1.0.0",
"description": "Official ZURB Template for Foundation for Sites.",
"main": "gulpfile.js",
"scripts": {
"bower": "bower",
"start": "gulp",
"translate": "gulp translate",
"build": "gulp build --production"
},
"author": "ZURB <foundation@zurb.com>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.14.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-i18n-gspreadsheet": "^0.1.7",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.2.4",
"gulp-clean-css": "^2.0.12",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"panini": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.0",
"style-sherpa": "^1.0.0",
"yargs": "^5.0.0",
"bower": "^1.7.9",
"foundation-cli": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-zurb-template.git"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "foundation@zurb.com"
}
}