UNPKG

node-err

Version:

Simplify error handling and logging for Node.

27 lines (26 loc) 513 B
{ "name": "node-err", "version": "1.2.2", "description": "Simplify error handling and logging for Node. ", "license": "MIT", "repository": "nickjag/node-err", "main": "index.js", "keywords": [ "node-err", "node-error", "node-errors", "Error" ], "scripts": { "test": "mocha .", "watch": "mocha . --watch" }, "author": { "name": "Nick Jagodzinski", "email": "jag.nick@gmail.com", "url": "nickjag.com" }, "devDependencies": { "mocha": "^5.2.0" } }