-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 976 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
32
33
34
35
36
37
38
39
{
"name": "CSC648-Team12",
"version": "1.0.0",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "stephaniesantana",
"contributors": [],
"dependencies": {
"aws-sdk": "^2.355.0",
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"knex": "^0.19.5",
"multer": "^1.4.1",
"multer-s3": "^2.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.5.0",
"pg-hstore": "^2.3.2",
"pg-promise": "^8.5.0",
"request": "^2.88.0",
"sequelize": "^5.15.1",
"sequelize-cli": "^5.1.0",
"session": "^0.1.0"
},
"scripts": {
"start": "node app.js"
}
}