generated from GDGVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.32 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
{
"name": "live-poll",
"version": "1.0.0",
"description": "<p align=\"center\"> \t<img src=\"https://user-images.githubusercontent.com/30529572/72455010-fb38d400-37e7-11ea-9c1e-8cdeb5f5906e.png\" /> \t<h2 align=\"center\"> Live Poll </h2> \t<h4 align=\"center\"> This is the backend of a live-poll website made by DSC-VIT<h4> </p>",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdhishaamakhtar/live-poll.git"
},
"author": "Md Hishaam Akhtar",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/mdhishaamakhtar/live-poll/issues"
},
"homepage": "https://github.com/mdhishaamakhtar/live-poll#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcrypt-rust-wasm": "^0.1.8",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.6",
"morgan": "^1.10.0",
"random-number": "0.0.9",
"redis": "^3.0.2",
"socket.io": "^2.3.0"
},
"devDependencies": {
"nodemon": "^2.0.2",
"standard": "^16.0.3"
}
}