forked from djangocon/2018.djangocon.us
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 952 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": {
"all-contributors-cli": "^4.11.0",
"gulp-load-plugins": "^1.1.0",
"gulp-sass": "^2.1.0",
"style-sherpa": "^1.0.2"
},
"scripts": {
"add": "all-contributors add",
"generate": "all-contributors generate",
"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": "DEFNA",
"license": "MIT",
"private": true,
"dependencies": {
"foundation-sites": "6.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-uglifycss": "^1.0.6",
"hamburgers": "^0.7.0",
"motion-ui": "^1.2.2"
}
}