forked from ravimaddi/googlekeep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 941 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 941 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
33
34
35
36
37
{
"name": "flipr_googlekeep_task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "concurrently \"nodemon index.js\" \"cd client && npm start\""
},
"engines": {
"node": "^10.3.0",
"npm": "^6.8.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.575.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"concurrently": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.7.11",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.3.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^1.19.4",
"path": "^0.12.7",
"validator": "^12.0.0"
}
}