-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 KB
/
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
41
42
43
44
{
"name": "sos",
"version": "1.0.0",
"description": "Secure online file sharing solution utilising Shamir Secret Sharing",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damianhxy/SOS.git"
},
"author": "Damian, Silas, Zhi Jian, Ho Chi",
"license": "ISC",
"bugs": {
"url": "https://github.com/damianhxy/SOS/issues"
},
"homepage": "https://github.com/damianhxy/SOS#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"console-stamp": "^0.2.6",
"cookie-parser": "^1.4.3",
"dateformat": "^3.0.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-nedb-session": "^0.1.1",
"express-session": "^1.15.6",
"file-encryptor": "^0.1.1",
"keygenerator": "^1.0.4",
"method-override": "^3.0.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"morgan": "^1.9.0",
"multer": "^1.3.1",
"nedb": "^1.8.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"rimraf": "^2.6.2",
"sssa-js": "0.0.1"
}
}