-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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": "node-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"copy": "cp config/index.js config/my.js",
"start": "node index.js",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/BETH-zhang/jijiangshe"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"config": "^1.29.2",
"consul": "^0.30.0",
"ioredis": "^3.2.2",
"kcors": "^2.2.2",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^3.0.0",
"koa-router": "^7.3.0",
"koa-static": "^4.0.2",
"koa-static-cache": "^5.1.2",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"path": "^0.12.7",
"pg": "^7.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.32.0",
"sequelize-cli": "^3.2.0",
"validator": "^10.4.0"
},
"devDependencies": {
"intelli-espower-loader": "^1.0.1",
"mocha": "^5.0.0",
"mocha-prepare": "^0.1.0",
"power-assert": "^1.4.4",
"supertest": "^3.0.0"
}
}