forked from a632079/teng-koa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "teng-koa",
"version": "0.0.3",
"description": "Simple & fast REST API Framework.",
"main": "core.js",
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node core --harmony",
"watch": "supervisor --watch \".\" --extensions \"js,json\" --exec \"node\" --harmony -- \"core.js\"",
"test": "mocha"
},
"repository": "https://github.com/a632079/teng-koa",
"author": "a632079 <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"koa-livereload": "^0.2.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"supervisor": "^0.12.0"
},
"dependencies": {
"async": "^2.6.0",
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"bytes": "^3.0.0",
"chalk": "^2.3.0",
"colors": "^1.1.2",
"cron": "^1.3.0",
"humanize-number": "^0.0.2",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-favicon": "^2.0.0",
"koa-helmet": "^3.3.0",
"koa-json": "^2.0.2",
"koa-jsonp": "^2.0.2",
"koa-query-pretty": "^0.3.0",
"koa-router": "^7.3.0",
"lodash": "^4.17.4",
"lodash.compact": "^3.0.1",
"lodash.curry": "^4.1.1",
"mysql2": "^1.5.1",
"nconf": "^0.10.0",
"nodemailer": "^4.4.2",
"passthrough-counter": "^1.0.0",
"pify": "^3.0.0",
"redis": "^2.8.0",
"sequelize": "^4.32.2",
"simple-netease-cloud-music": "https://github.com/a632079/simple-netease-cloud-music.git",
"uuid": "^3.2.1",
"winston": "^2.4.0"
}
}