-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 741 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 741 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
{
"name": "familylife_backend",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "10.15.3",
"yarn": "1.15.2"
},
"repository": "https://github.com/AquilaVirtual/familylife_backend.git",
"author": "David Loveday <davemech@yahoo.com>",
"license": "MIT",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"cloudinary": "^1.13.2",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"helmet": "^3.15.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.4.3",
"nodemailer": "^6.1.1"
}
}