-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "Voting-App",
"version": "1.1.1",
"description": "https://github.com/edlobox/Voting-App",
"url": "https://powerful-brook-68149.herokuapp.com/",
"main": "server.js",
"engines": {
"node": "6.10.0"
},
"scripts": {
"start": "node server.js",
"start:dev": "nodemon ./bin/www",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ejg.dev/eslint-config-ejgdev": "^1.0.4",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mongoose": "^5.7.5",
"nodemon": "^1.19.4",
"passport": "^0.4.0",
"passport-github": "^1.1.0"
}
}