forked from juliancwirko/generator-zf5
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 900 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
{
"name": "generator-zf5-vs",
"version": "0.0.10",
"description": "Yeoman generator for Zurb Foundation 5 - Visual Studio asp.net Vnext Edition",
"license": "MIT",
"main": "app/index.js",
"repository": "xtianus79/generator-zf5",
"homepage": "https://github.com/xtianus79/generator-zf5",
"bugs": "https://github.com/xtianus79/generator-zf5/issues",
"author": {
"name": "Christian",
"email": "xtianus@live.com",
"url": "https://github.com/xtianus79"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"foundation5",
"zurb",
"foundation",
"visual-studio",
"asp.net"
],
"dependencies": {
"yeoman-generator": "~0.17.7",
"chalk": "~0.5.1"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}