{ | |
"name": "boom", | |
"description": "HTTP-friendly error objects", | |
"version": "0.4.2", | |
"author": "Eran Hammer <[email protected]> (http://hueniverse.com)", | |
"contributors": [], | |
"repository": "git://github.com/spumko/boom", | |
"main": "index", | |
"keywords": [ | |
"error", | |
"http" | |
], | |
"engines": { | |
"node": ">=0.8.0" | |
}, | |
"dependencies": { | |
"hoek": "0.9.x" | |
}, | |
"devDependencies": { | |
"lab": "0.1.x", | |
"complexity-report": "0.x.x" | |
}, | |
"scripts": { | |
"test": "make test-cov" | |
}, | |
"licenses": [ | |
{ | |
"type": "BSD", | |
"url": "http://github.com/spumko/boom/raw/master/LICENSE" | |
} | |
] | |
} | |