-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 953 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
{
"name": "foundation-sites-template",
"version": "1.0.0",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"author": "ZURB <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "[email protected]"
},
"dependencies": {
"foundation-sites": "^6.5.1",
"jquery": ">=3.0.0",
"motion-ui": "~2.0.0",
"what-input": "^5.1.2"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
"browser-sync": "^2.18.13",
"gulp": "^4.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zurb/foundation-sites-template.git"
},
"private": true,
"homepage": "https://github.com/zurb/foundation-sites-template#readme"
}