-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 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
{
"name": "final-project-backend",
"version": "1.0.0",
"description": "Backend server for Dev League cohort 22 final project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cyrus, Jace, Ki Jung, Reese",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"clarifai": "^2.7.1",
"connect-redis": "^3.3.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"knex": "^0.14.6",
"moment": "^2.22.2",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"pg": "^7.4.3",
"session": "^0.1.0"
}
}