-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
{
"name": "e-rakt",
"version": "1.0.0",
"description": "A Web Application which use API to locate Blood Banks located in India, to help people search and donate Blood.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohd-Adil-JMI/e-Rakt.git"
},
"author": "Soban Farooq",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mohd-Adil-JMI/e-Rakt/issues"
},
"homepage": "https://github.com/Mohd-Adil-JMI/e-Rakt#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mysql2": "^2.3.3",
"request": "^2.88.2"
}
}