-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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-views",
"version": "8.3.2",
"description": "Hapi view plugin",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "lab --bail --leaks -c",
"test-travis": "lab -r lcov | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/hapi-views.git"
},
"keywords": [
"hapi",
"view",
"yaml"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/hapi-views/issues"
},
"homepage": "https://github.com/firstandthird/hapi-views#readme",
"dependencies": {
"@firstandthird/process-data": "^0.0.1",
"aug": "^3.0.1",
"boom": "^7.3.0",
"p-props": "^1.1.0",
"str2fn": "^5.0.0",
"varson": "^2.0.3"
},
"devDependencies": {
"code": "^5.1.2",
"coveralls": "^3.0.3",
"eslint": "^5.16.0",
"eslint-config-firstandthird": "^4.3.0",
"eslint-plugin-import": "^2.17.2",
"handlebars": "^4.1.2",
"hapi": "^17.8.5",
"lab": "^18.0.2",
"vision": "^5.2.0"
}
}