-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "hapi-oppsy",
"version": "2.0.2",
"description": "Hapi plugin for oppsy",
"main": "index.js",
"engine": {
"node": ">=8.0.0"
},
"scripts": {
"test": "lab --leaks -t 100 -e test ",
"example": "node example/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-oppsy.git"
},
"keywords": [
"hapi",
"ops",
"oppsy",
"logging"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-oppsy/issues"
},
"homepage": "https://github.com/firstandthird/hapi-oppsy#readme",
"dependencies": {
"oppsy": "^2.0.0"
},
"eslintConfig": {
"extends": "firstandthird"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.1.0",
"hapi": "^17.2.0",
"hapi-logr": "^4.0.0",
"logr-flat": "^3.0.0",
"lab": "^15.1.2",
"code": "^5.1.2"
}
}