-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hapi-browser-log",
"version": "5.1.1",
"description": "A Hapi extension for browser logging",
"main": "index.js",
"module": "lib/browser/script.js",
"engine": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab --leaks -t 98 -e test ",
"lint": "eslint .",
"example": "node example/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-browser-log.git"
},
"keywords": [
"hapi",
"browser",
"log",
"logging"
],
"author": "First+Third",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-browser-log/issues"
},
"homepage": "https://github.com/firstandthird/hapi-browser-log#readme",
"devDependencies": {
"code": "^5.1.2",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.8.0",
"handlebars": "^4.0.5",
"hapi": "^18.1.0",
"inert": "^5.0.1",
"joi": "^14.3.1",
"lab": "^18.0.2",
"vision": "^5.2.0"
},
"dependencies": {
"hoek": "^6.1.3",
"useragent": "^2.2.1"
},
"eslintConfig": {
"extends": "firstandthird"
}
}