-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 977 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
37
38
39
{
"name": "social-network-mongo",
"version": "1.0.0",
"description": "A simple social network apis",
"main": "app.js",
"scripts": {
"dev": "nodemon app",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akshayx11/social-network-mongo.git"
},
"keywords": [
"social",
"network"
],
"author": "Akshay Kumar Gupta, Anoop Dubey, Namrata Son",
"license": "ISC",
"bugs": {
"url": "https://github.com/akshayx11/social-network-mongo/issues"
},
"homepage": "https://github.com/akshayx11/social-network-mongo#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-boom": "^3.0.0",
"express-handlebars": "^5.1.0",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.5",
"lodash": "^4.17.20",
"mongoose": "^5.10.9",
"mysql": "^2.18.1",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4"
}
}