-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 897 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
{
"name": "koa-init-cli",
"version": "0.1.9",
"description": "Init a Koa && MongoDB web application with happiness",
"main": "./lib/index.js",
"bin": {
"koa-init-cli": "./bin/koa-init-cli"
},
"scripts": {
"lint": "./node_modules/.bin/standard",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidCai1993/koa-init-cli.git"
},
"engines": {
"node": ">=8"
},
"author": "DavidCai",
"license": "MIT",
"keywords": ["koa", "init", "mongo", "init-koa", "boilerplate"],
"bugs": {
"url": "https://github.com/DavidCai1993/koa-init-cli/issues"
},
"homepage": "https://github.com/DavidCai1993/koa-init-cli#readme",
"dependencies": {
"commander": "^2.19.0",
"copy-template-dir": "^1.4.0",
"ilog": "^1.2.3",
"inquirer": "^6.2.1"
},
"devDependencies": {
"standard": "^12.0.1"
}
}