-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1011 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"author": {
"name": "js.koahub.com"
},
"bin": {
"koahub": "./bin/koahub.js"
},
"dependencies": {
"babel-core": "6.24.0",
"babel-preset-env": "1.2.1",
"babel-runtime": "6.23.0",
"chokidar": "1.6.1",
"commander": "2.9.0",
"moment": "2.18.1",
"shelljs": "0.7.6"
},
"devDependencies": {
"mocha": "3.2.0",
"should": "11.2.0",
"supertest": "3.0.0"
},
"directories": {},
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"dev",
"babel",
"compile",
"es6",
"koa",
"koahub",
"koahubjs",
"restart",
"reload",
"pm2",
"forever",
"node-dev",
"supervisor",
"nodemon",
"monitor",
"watch"
],
"license": "ISC",
"main": "./lib/index.js",
"maintainers": [
{
"name": "einsqing",
"email": "786699892@qq.com"
}
],
"name": "koahub-cli",
"optionalDependencies": {},
"scripts": {
"test": "mocha --recursive test/{,**/}*.test.js"
},
"version": "0.3.0"
}