-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 941 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
{
"name": "Online-Voting-backend",
"version": "1.0.0",
"description": "## How To run * Download pgadmin version 13.2 from `https://www.enterprisedb.com/downloads/postgres-postgresql-downloads`<br> * Run It * Make a new server<br> ### server config `Name : localhost`<br> `Host name/addr : 127.0.0.1`<br> `Port : 5433`<br> `Password : password`<br> HIT SAVE",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pradhuman1/Online-Voting-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pradhuman1/Online-Voting-backend/issues"
},
"homepage": "https://github.com/pradhuman1/Online-Voting-backend#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"pg": "^8.6.0"
}
}