-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 966 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 966 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
{
"name": "SSD_server",
"version": "1.0.0",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.313.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"crypto-promise": "^2.1.0",
"express": "^4.17.1",
"firebase-admin": "^8.7.0",
"googleapis": "^39.2.0",
"http-errors": "^1.6.3",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"multer-s3": "^2.7.0",
"mysql2": "^2.0.0",
"promise-mysql": "^4.1.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sync-request": "^6.1.0",
"web-push": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gongppu/SSD_server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gongppu/SSD_server/issues"
},
"homepage": "https://github.com/Gongppu/SSD_server#readme"
}