-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.11 KB
/
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
{
"name": "akb",
"version": "2.0.3",
"main": "./index.js",
"scripts": {
"dev": "NODE_ENV=development node test",
"test": "./node_modules/.bin/mocha --colors --require should tests/support/babel tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/searchfe/akb.git"
},
"dependencies": {
"chalk": "^1.1.3",
"chokidar": "^1.6.1",
"co": "^4.6.0",
"cron": "^1.2.1",
"etpl": "^3.2.0",
"glob": "^7.1.1",
"koa": "~2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-compose": "^3.2.1",
"koa-generic-session": "^1.11.3",
"lodash": "^4.16.0",
"node-ral": "^0.15.1",
"path-to-regexp": "^1.6.0",
"send": "^0.14.1",
"winston": "^2.3.0"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.23.0",
"mocha": "^3.1.2",
"should": "^11.1.1",
"supertest": "^2.0.1"
},
"contributors": [
{
"name": "sekiyika",
"email": "[email protected]"
}
]
}