-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 880 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": "party-quiz",
"version": "0.0.1",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"heroku-ssl-redirect": "0.0.4",
"method-override": "^3.0.0",
"mongoose": "^5.9.25",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"ws": "^7.3.1"
},
"devDependencies": {
"dotenv": "^8.2.0",
"nodemon": "^2.0.4"
},
"scripts": {
"dev": "nodemon --inspect app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yharooer/party-quiz.git"
},
"author": "Bentley Carr",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yharooer/party-quiz/issues"
},
"homepage": "https://github.com/Yharooer/party-quiz#readme"
}