-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 902 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
38
39
40
41
42
43
44
45
{
"name": "generator-gulp-foundation",
"version": "0.0.3",
"description": "Scaffold out a Foundation 5 front-end web app using Sass (node-sass) by default",
"license": "BSD",
"repository": "niallobrien/generator-gulp-foundation",
"author": "Niall O'Brien",
"main": "app/index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3"
},
"scripts": {
"test": "mocha --reporter spec"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"web",
"app",
"front-end",
"h5bp",
"modernizr",
"jquery",
"gulp",
"foundation",
"browsersync"
],
"dependencies": {
"chalk": "^0.4.0",
"cheerio": "^0.15.0",
"wiredep": "^1.4.3",
"yeoman-generator": "^0.16.0"
},
"peerDependencies": {
"yo": ">=1.0.0",
"generator-mocha": ">=0.1.0",
"gulp": ">=3.5.0"
},
"devDependencies": {
"mocha": "*"
}
}