{ "name": "unhandled-error", "version": "1.0.0", "description": "Catches every uncaught error, whether synchronous or not, for easier logging", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-unhandled-error.git" }, "keywords": [ "error handling", "errors", "monitoring", "promises" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "unhandled-rejection": "^1.0.0" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "bluebird": "^3.4.6", "gulp": "^3.9.1" } }