UNPKG

calibrate

Version:

Standard JSON outputs for RESTful APIs

59 lines (58 loc) 1.25 kB
{ "name": "calibrate", "version": "4.2.0", "description": "Standard JSON outputs for RESTful APIs", "main": "index.js", "scripts": { "test": "lab -c -a @hapi/code -L", "test-cov": "lab -a @hapi/code -t 100 -L", "test-cov-html": "lab -a @hapi/code -r html -o coverage.html -L", "coverage": "lab -s -r lcov | coveralls" }, "keywords": [ "json", "JSON", "response", "object", "uniform", "rest", "api", "promise", "hapi", "calibrate", "format" ], "author": "John Brett", "contributors": [ { "name": "John Brett", "email": "johnbrett7@gmail.com" }, { "name": "Adriean Khisbe", "email": "adriean.khisbe@live.fr" } ], "license": "MIT", "dependencies": { "@hapi/boom": "^9.0.0", "isdefined": "^1.0.1" }, "devDependencies": { "@hapi/code": "^8.0.1", "coveralls": "^3.0.9", "@hapi/hapi": "^19.0.5", "@hapi/lab": "^22.0.3" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/johnbrett/calibrate.git" }, "bugs": { "url": "https://github.com/johnbrett/calibrate/issues" }, "homepage": "https://github.com/johnbrett/calibrate" }