UNPKG

846 BJSONView Raw
1{
2 "name": "@gar/hapi-json-api",
3 "version": "1.0.0",
4 "description": "hapi json-api plugin",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "lab -c",
8 "lint": "eslint .",
9 "validate": "npm ls"
10 },
11 "keywords": [
12 "hapi",
13 "json-api",
14 "plugin",
15 "json",
16 "api"
17 ],
18 "author": "Gar <gar+code@danger.computer>",
19 "license": "MIT",
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:wraithgar/hapi-json-api.git"
23 },
24 "dependencies": {
25 "boom": "^2.8.0",
26 "hoek": "^2.14.0",
27 "media-type": "^0.3.0"
28 },
29 "devDependencies": {
30 "code": "^1.4.1",
31 "eslint": "^0.23.0",
32 "eslint-plugin-hapi": "^1.1.1",
33 "hapi": "^8.6.1",
34 "lab": "^5.11.0",
35 "precommit-hook": "^3.0.0"
36 },
37 "files": [
38 "lib/index.js"
39 ],
40 "pre-commit": [
41 "lint",
42 "validate",
43 "test"
44 ]
45}