-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 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
37
{
"name": "foundation-sites-template",
"version": "1.0.0",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"devDependencies": {
"gulp-autoprefixer": "^6.1.0",
"gulp-load-plugins": "^1.6.0",
"gulp-sass": "^4.1.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": "[email protected]"
},
"author": "ZURB <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-update": "0.0.2",
"hoek": "^6.1.3",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
"natives": "^1.1.6",
"npm": "^6.14.6"
}
}