UNPKG

chow-chow

Version:

Simplify registration of Relish.js messages

49 lines 1.25 kB
{ "name": "chow-chow", "version": "2.0.1", "description": "Simplify registration of Relish.js messages", "main": "index.js", "scripts": { "start": "node example/server.js", "test": "lab -v", "cov-html": "lab -r html -o coverage.html", "cov-ci": "lab -r lcov | ./node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "https://github.com/gentleman-turk/chow-chow.git" }, "keywords": [ "hapi", "relish", "joi", "error" ], "author": "gentleman-turk", "contributors": [ "Robert Hernandez <rchernan9030@gmail.com>" ], "license": "ISC", "licenses": [ { "type": "ISC", "url": "https://github.com/gentleman-turk/chow-chow/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/gentleman-turk/chow-chow/issues" }, "homepage": "https://github.com/gentleman-turk/chow-chow", "readme": "https://github.com/gentleman-turk/chow-chow#readme", "dependencies": { "hapi": "^17.0.0", "relish": "^3.0.0" }, "devDependencies": { "lab": "^16.0.0", "code": "^5.0.0", "eslint-plugin-hapi": "^4.0.0", "eslint-config-hapi": "~12.0.0", "coveralls": "~3.0.2" } }