-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 928 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
{
"name": "bits-webapp",
"version": "1.0.0",
"description": "Hackthon Project",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Binary-Beast-01/BITS-WebApp.git"
},
"author": "Binary-Beast",
"license": "ISC",
"bugs": {
"url": "https://github.com/Binary-Beast-01/BITS-WebApp/issues"
},
"homepage": "https://github.com/Binary-Beast-01/BITS-WebApp#readme",
"dependencies": {
"axios": "^1.2.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.8",
"express": "^4.18.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.7.2",
"newsapi": "^2.4.1",
"nlpcloud": "^1.0.34",
"node-fetch": "^3.3.0",
"node-geocoder": "^4.2.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20"
}
}