-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
{
"name": "rest-hapi-admin-bro",
"version": "0.0.1",
"description": "A simple demonstration of the rest-hapi plugin and @admin-bro/hapi plugin.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JKHeadley/rest-hapi-demo.git"
},
"keywords": [
"rest-hapi",
"admin-bro"
],
"author": "Justin Headley",
"license": "MIT",
"bugs": {
"url": "https://github.com/marquelzikri/rest-hapi-admin-bro/issues"
},
"homepage": "https://github.com/JKHeadley/rest-hapi-demo#readme",
"dependencies": {
"@admin-bro/hapi": "^3.0.0",
"@admin-bro/mongoose": "^1.1.0",
"@admin-bro/passwords": "^1.0.3",
"@hapi/boom": "^9.1.2",
"@hapi/cookie": "^11.0.2",
"@hapi/inert": "^6.0.3",
"admin-bro": "^3.4.0",
"argon2": "^0.27.2",
"bcryptjs": "^2.4.0",
"dotenv": "^8.2.0",
"rest-hapi": "latest"
}
}