forked from ryanmurakami/pizza-luvrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 828 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
{
"name": "pizza-luvrs",
"version": "1.1.0",
"description": "A social oasis for lovers of pizza.",
"repository": "https://github.com/ryanmurakami/pizza-luvrs",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Ryan Lewis <[email protected]>",
"license": "MIT",
"dependencies": {
"@hapi/boom": "9.1.0",
"@hapi/catbox": "11.1.1",
"@hapi/catbox-redis": "6.0.2",
"@hapi/cookie": "11.0.2",
"@hapi/good": "9.0.1",
"@hapi/good-squeeze": "6.0.0",
"@hapi/hapi": "20.0.2",
"@hapi/inert": "6.0.3",
"@hapi/vision": "6.0.1",
"aws-sdk": "2.792.0",
"bcryptjs": "2.4.3",
"bootflat": "2.0.4",
"fs-extra": "9.0.1",
"handlebars": "4.7.6",
"joi": "17.3.0",
"lodash": "4.17.20",
"pg": "8.5.1",
"sequelize": "6.3.5"
}
}