-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
38 lines (38 loc) · 849 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
{
"name": "generator-zf5",
"version": "1.0.0",
"description": "Yeoman generator for Zurb Foundation 5",
"license": "MIT",
"main": "app/index.js",
"repository": "juliancwirko/generator-zf5",
"homepage": "https://github.com/juliancwirko/generator-zf5",
"bugs": "https://github.com/juliancwirko/generator-zf5/issues",
"author": {
"name": "Julian",
"email": "Ćwirko",
"url": "https://github.com/juliancwirko"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator", "foundation5", "zurb", "foundation", "sass", "scss"
],
"dependencies": {
"yeoman-generator": "~0.20.3",
"chalk": "~1.1.1",
"mkdirp": "~0.5.1"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": "~1.4.8"
}
}