UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@gar/hapi-json-api",
3 "description": "hapi json-api plugin",
4 "main": "lib/index.js",
5 "scripts": {
6 "test": "lab -c",
7 "lint": "eslint . -c .eslintrc",
8 "validate": "npm ls",
9 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
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": "https://github.com/wraithgar/hapi-json-api.git"
23 },
24 "dependencies": {
25 "accepts": "^1.2.13",
26 "boom": "^3.0.0",
27 "hoek": "^3.0.4",
28 "media-type": "^0.3.0"
29 },
30 "devDependencies": {
31 "code": "^2.0.1",
32 "eslint": "^1.3.1",
33 "eslint-config-hapi": "^8.0.0",
34 "eslint-plugin-hapi": "^4.0.0",
35 "git-validate": "^2.0.3",
36 "hapi": "^11.1.2",
37 "lab": "^8.0.0",
38 "semantic-release": "^4.3.5"
39 },
40 "files": [
41 "lib/index.js"
42 ],
43 "pre-commit": [
44 "lint",
45 "validate",
46 "test"
47 ],
48 "version": "2.0.0"
49}
\No newline at end of file