retort-json
Version:
A retort that defaults to JSON responses
36 lines (35 loc) • 764 B
JSON
{
"name": "retort-json",
"version": "1.1.0",
"description": "A retort that defaults to JSON responses",
"main": "index.js",
"scripts": {
"test": "node ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauriceButler/retort-json.git"
},
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MauriceButler/retort-json/issues"
},
"homepage": "https://github.com/MauriceButler/retort-json#readme",
"dependencies": {
"generic-errors": "^2.0.2",
"retort": "^1.0.1"
},
"devDependencies": {
"tape": "^4.5.1"
},
"keywords": [
"request",
"response",
"respond",
"JSON",
"error",
"codes",
"routing"
]
}