{ "name": "report-errors", "version": "1.0.0", "description": "A tool for reporting unexpected errors in your application by e-mail", "main": "index.js", "bin": { "report-errors": "./lib/daemon/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.cryto.net/joepie91/node-report-errors.git" }, "keywords": [ "monitoring", "email", "error handling", "errors", "promises" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "bluebird": "^3.3.3", "chokidar": "^1.6.1", "env-info": "^1.0.0", "env-name": "^1.0.0", "json-stringify-safe": "^5.0.1", "nodemailer": "^2.6.4", "object.omit": "^2.0.1", "object.pick": "^1.2.0", "stacktrace-parser": "^0.1.4", "unhandled-error": "^1.0.0" }, "devDependencies": { "@joepie91/gulp-preset-es2015": "^1.0.1", "babel-preset-es2015": "^6.6.0", "create-error": "^0.3.1", "gulp": "^3.9.1" } }