-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 805 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 805 Bytes
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
{
"name": "here-maps-bitsians",
"version": "1.0.0",
"description": "hackathon app",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mightyjoe781/Here-Maps-BITSians.git"
},
"author": "Flux,MightyJoe",
"license": "ISC",
"bugs": {
"url": "https://github.com/mightyjoe781/Here-Maps-BITSians/issues"
},
"homepage": "https://github.com/mightyjoe781/Here-Maps-BITSians#readme",
"dependencies": {
"@sendgrid/mail": "^7.2.2",
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"firebase": "^7.16.1",
"firebase-admin": "^8.13.0",
"lodash": "^4.17.21",
"mongoose": "^5.9.25",
"nodemailer": "^6.4.16",
"pug": "^3.0.1",
"router": "^1.3.5"
}
}