-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.51 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.51 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "livepollapp",
"version": "1.0.0",
"description": "This is a live polling app.",
"main": "index.js",
"dependencies": {
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.6",
"express-session": "^1.17.1",
"express-validator": "^6.6.0",
"handlebars-helpers": "^0.10.0",
"memorystore": "^1.6.2",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mongodb": "^3.6.0",
"mongoose": "^5.9.26",
"nodemailer": "^6.4.11",
"nodemailer-mailgun-transport": "^2.0.0",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-google-oauth2": "^0.2.0",
"saslprep": "^1.0.3"
},
"devDependencies": {
"handlebars": "^4.7.6",
"hbs": "^4.1.1"
},
"scripts": {
"watch": "nodemon ./index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avinash0786/LivePollApp.git"
},
"author": "https://github.com/avinash0786/",
"license": "ISC",
"bugs": {
"url": "https://github.com/avinash0786/LivePollApp/issues"
},
"homepage": "https://github.com/avinash0786/LivePollApp#readme",
"contributors": [
{
"name": "Rahul Ray",
"email": "rahulray1532@gmail.com",
"url": "https://github.com/rahulray1406"
},
{
"name": "Tarun Rana",
"email": "tarunrana0222@gmail.com",
"url": "https://github.com/tarunrana0222"
}
]
}