-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 840 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
{
"name": "phoebes-garden-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"connect": "/Users/Casey/mongodb/bin/mongod.exe --dbpath=/Users/Casey/mongodb-data",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Casey Johnson",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.743.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-mongodb-session": "^2.4.1",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.11",
"nodemailer-sendgrid-transport": "^0.2.0",
"stripe": "^8.89.0",
"uuid": "^8.3.0"
},
"devDependencies": {}
}