-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 880 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
{
"name": "foundation-sites-template",
"version": "1.0.0",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^3.4.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-env": "^0.4.0",
"gulp-haml": "^0.1.6",
"gulp-load-plugins": "^1.1.0",
"gulp-rsync": "0.0.8",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^3.0.0"
},
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites-template.git"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "foundation@zurb.com"
},
"author": "ZURB <foundation@zurb.com>",
"license": "MIT",
"private": true
}