{ "name": "serialised-error", "version": "1.1.3", "description": "Serialises error object to normal object", "main": "index.js", "scripts": { "test": "jshint index.js && mocha tests" }, "author": "Postman Labs ", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/postmanlabs/serialised-error.git" }, "bugs": { "url": "https://github.com/postmanlabs/serialised-error/issues" }, "homepage": "https://github.com/postmanlabs/serialised-error", "keywords": [ "serialise", "error", "string", "json" ], "devDependencies": { "expect.js": "^0.3.1", "jshint": "^2.9.1", "mocha": "^3.2.0" }, "dependencies": { "object-hash": "^1.1.2", "stack-trace": "0.0.9", "uuid": "^3.0.0" } }