-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 946 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
38
39
40
{
"name": "hpvs-secure-file-storage",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Cloud/hpvs-secure-file-storage.git"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"chalk": "^3.0.0",
"compression": "^1.7.4",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"express-session": "^1.17.0",
"formidable": "^1.2.1",
"helmet": "^3.21.2",
"ibm-cos-sdk": "^1.6.0",
"ibmcloud-appid": "^6.1.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.5.2",
"morgan": "^1.9.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^7.18.1",
"uuid": "^3.4.0",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
}
}