-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "api",
"version": "1.0.0",
"description": "The api layer of this app.",
"main": "app.js",
"scripts": {
"test": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r18-chat-room/api.git"
},
"keywords": [
"api"
],
"author": "Guangdong Culture Helper Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/r18-chat-room/api/issues"
},
"homepage": "https://github.com/r18-chat-room/api#readme",
"dependencies": {
"axios": "^0.18.0",
"baidu-aip-sdk": "^2.1.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-http-proxy": "^1.5.0",
"hat": "^0.0.3",
"log4js": "^2.5.3",
"mongoose": "^5.0.8",
"mongoose-deep-populate": "^3.1.1",
"mongoose-findorcreate": "^3.0.0",
"mongoose-simple-random": "^0.4.1",
"multer": "^1.3.0",
"node-fetch": "^2.1.1"
}
}