forked from PatrickWolleb/generator-koa-rest
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 700 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 700 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
{
"name": "generator-koa-start",
"version": "0.2.2",
"description": "Yeoman generator",
"license": "MIT",
"main": "app/index.js",
"repository": "nbwsc/generator-koa-rest",
"author": {
"name": "nbwsc",
"email": "nbwsc@icloud.com",
"url": "https://github.com/nbwsc"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": ["app", "resource"],
"keywords": ["yeoman-generator"],
"dependencies": {
"yeoman-generator": "^0.18.9",
"chalk": "^1.0.0",
"yosay": "^1.0.2"
},
"devDependencies": {
"fs-extra": "^0.16.5",
"mocha": "*"
}
}