-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1005 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
39
40
{
"name": "hapi-view-models",
"description": "Role-filtered view model support for Hapi",
"homepage": "https://github.com/vendigo-group/hapi-view-models#readme",
"license": "MIT",
"version": "1.1.0",
"main": "index.js",
"author": "Antony Jones <antony.jones@vendigo.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/vendigo-group/hapi-view-models.git"
},
"scripts": {
"test": "mocha test/**/*.spec.js",
"lint": "eslint ."
},
"keywords": [
"hapi",
"view-model"
],
"devDependencies": {
"boom": "^5.2.0",
"code": "^4.1.0",
"eslint": "^4.5.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"hapi": "^16.5.2",
"mocha": "^3.5.0"
},
"peerDependencies": {
"hapi": "^8.0.0"
},
"dependencies": {
"lodash": "^4.17.4"
}
}