-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
{
"name": "koa-mongodb-server",
"version": "1.0.0",
"description": "利用node+koa+mongoose搭建的后台服务,提供restful接口api",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"koa",
"node",
"mongodb"
],
"author": "zhangivon",
"license": "MIT",
"dependencies": {
"babel-preset-env": "^1.4.0",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"cloudinary": "^1.8.0",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^2.0.1",
"koa-router": "^7.1.1",
"koa-session": "^5.0.0",
"lodash": "^4.17.4",
"mongoose": "^4.9.5",
"qiniu": "^6.1.13",
"sha1": "^1.1.1",
"speakeasy": "^2.0.0",
"uuid": "^3.0.1",
"xss": "^0.3.3"
}
}