-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 967 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 967 Bytes
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
{
"name": "cms-serve",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nodemon 'runkoa bin/www'",
"start": "runkoa bin/www",
"test": "mocha --opts test/opts/mocha.opts"
},
"config": {
"NODE_ENV": "development"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"debug": "^2.6.8",
"jsonwebtoken": "^7.4.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.0.1",
"koa-multer": "^1.0.2",
"koa-onerror": "^3.1.0",
"koa-router": "^7.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.29",
"mongoose": "^4.11.5",
"qiniu": "^7.0.5",
"runkoa": "^1.5.9",
"tracer": "^0.8.9"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"mocha": "^3.5.0",
"mochawesome": "^2.3.0",
"node-fetch": "^1.7.1",
"nodemon": "^1.11.0"
},
"engines": {
"node": ">= 6.0.0"
}
}