-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 922 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
{
"name": "hapi-password",
"version": "7.0.0",
"description": "Simple password authentication",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/firstandthird/hapi-password.git"
},
"bugs": {
"url": "https://github.com/firstandthird/hapi-password/issues"
},
"homepage": "https://github.com/firstandthird/hapi-password",
"dependencies": {
"@hapi/hoek": "^9.1.0",
"handlebars": "^4.0.11",
"lodash": "^4.17.5"
},
"devDependencies": {
"@hapi/code": "^8.0.2",
"@hapi/hapi": "^20.0.2",
"@hapi/lab": "^24.1.0",
"eslint": "^7.13.0",
"eslint-config-firstandthird": "^6.0.2",
"eslint-plugin-import": "^2.9.0",
"nodemon": "^2.0.6"
},
"keywords": [
"hapi",
"password"
],
"scripts": {
"test": "lab -e test",
"example": "nodemon -e 'js html' example/server",
"lint": "eslint ."
}
}