-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 KB
/
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
40
41
42
{
"name": "fridgetotable",
"version": "1.0.0",
"description": "[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ansh Goyal",
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"body-parser": "^1.19.0",
"connect-redis": "^6.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.7",
"express": "^4.17.1",
"express-rate-limit": "^6.3.0",
"express-session": "^1.17.2",
"mongoose": "^5.13.15",
"mongoose-findorcreate": "^3.0.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"pg": "^8.7.1",
"redis": "^3.1.2",
"redis-lru": "^0.6.0",
"sequelize": "^6.29.0",
"sequelize-cockroachdb": "^6.0.3",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anshg1214/fridgetotable.git"
},
"bugs": {
"url": "https://github.com/anshg1214/fridgetotable/issues"
},
"homepage": "https://github.com/anshg1214/fridgetotable#readme"
}