-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 832 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 832 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
{
"name": "koa-mvc",
"description": "Koa MVC generator",
"version": "0.0.5",
"author": "Gustavo Salomé Silva <gustavonips@gmail.com>",
"dependencies": {
"commander": "^1.3.2",
"mkdirp": "^0.3.5",
"ejs": "*"
},
"keywords": [
"koa",
"bootstrap",
"seed",
"mvc",
"seed",
"boilerplate"
],
"main": "bin/koa-mvc",
"bin": {
"koa-mvc": "./bin/koa-mvc"
},
"engines": {
"node": ">= 0.11.9"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/gusnips/node-koa-mvc",
"repository": {
"type": "git",
"url": "git@github.com:gusnips/node-koa-mvc.git"
},
"bugs": {
"url": "https://github.com/gusnips/node-koa-mvc/issues"
},
"license": "MIT"
}