-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·46 lines (46 loc) · 936 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
46
{
"name": "generator-zurb-foundation",
"version": "0.3.5",
"description": "Yeoman generator for Zurb Foundation 4.3.2",
"keywords": [
"yeoman-generator",
"scaffold",
"foundation",
"rwd",
"zurb",
"dalekjs"
],
"homepage": "https://github.com/bauschan/generator-zurb-foundation",
"bugs": "https://github.com/bauschan/generator-zurb-foundation.git/issues",
"author": "Peter Foerger",
"repository": {
"type": "git",
"url": "git://github.com/bauschan/generator-zurb-foundation.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": ">=0.14.0"
},
"peerDependencies": {
"bower": ">=1.0.0",
"dalek-cli": ">=0.0.3",
"dalekjs": ">=0.0.8"
},
"devDependencies": {
"mocha": ">=1.14.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "BSD"
}
],
"files": [
"app"
]
}