-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 773 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 773 Bytes
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-knockout",
"version": "0.6.1",
"description": "A knockout generator for Yeoman",
"keywords": [
"yeoman-generator",
"knockout"
],
"homepage": "https://github.com/bmac/generator-knockout",
"bugs": "https://github.com/bmac/generator-knockout/issues",
"author": {
"name": "bmac",
"email": "user@example.net",
"url": "https://github.com/bmac"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bmac/generator-knockout.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.13.1"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}