forked from ro-ka/generator-hoodie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 792 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
{
"name": "generator-hoodie",
"version": "0.1.2",
"description": "A generator for hoodie",
"keywords": [
"yeoman-generator",
"hoodie",
"nobackend"
],
"homepage": "https://github.com/hoodiehq/generator-hoodie",
"bugs": "https://github.com/hoodiehq/generator-hoodie/issues",
"author": {
"name": "Robert Katzki",
"email": "[email protected]",
"url": "https://github.com/ro-ka"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/hoodiehq/generator-hoodie.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.12.0"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}