-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "amazingrace2018",
"version": "1.0.0",
"description": "Amazing Race 2018",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damianhxy/AmazingRace2018.git"
},
"author": "Damian Ho",
"license": "ISC",
"bugs": {
"url": "https://github.com/damianhxy/AmazingRace2018/issues"
},
"homepage": "https://github.com/damianhxy/AmazingRace2018#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.4",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"console-stamp": "^0.2.7",
"cookie-parser": "^1.4.4",
"dateformat": "^3.0.3",
"decache": "^4.5.1",
"express": "^4.16.4",
"express-handlebars": "^3.0.2",
"express-nedb-session": "^0.1.1",
"express-session": "^1.16.1",
"method-override": "^3.0.0",
"moment-timezone": "^0.5.25",
"morgan": "^1.9.1",
"nedb": "^1.8.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}