UNPKG

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