{ "name": "format-error", "version": "1.0.0", "description": "formats an error for display", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test.js" }, "author": "Sean Massa ", "repository": { "type": "git", "url": "git://github.com/endangeredmassa/format-error" }, "license": "MIT", "dependencies": { "prettyjson": "~0.13.0" }, "devDependencies": { "mocha": "^1.18.2", "assertive": "^1.3.2" } }