-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 956 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": "voting-app",
"version": "1.0.0",
"description": "A real time voting app ",
"main": "server.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anshuagrawal2791/voting-app.git"
},
"keywords": [
"voting-app",
"freecodecamp",
"full-stack",
"nodejs",
"express"
],
"author": "Anshuman Agrawal",
"license": "ISC",
"bugs": {
"url": "https://github.com/anshuagrawal2791/voting-app/issues"
},
"homepage": "https://github.com/anshuagrawal2791/voting-app#readme",
"dependencies": {
"csprng": "^0.1.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.1.0",
"mongoose": "^4.13.9",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"socket.io": "^2.0.4"
}
}