Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "pm2-pager", | |
| "version": "0.0.1", | |
| "description": "Send email notification on exceptions using pm2 and node mailer", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo 'Happy Coding!'" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/FreeCodeCamp/pm2-pager.git" | |
| }, | |
| "keywords": [ | |
| "pm2", | |
| "email", | |
| "page", | |
| "pager" | |
| ], | |
| "author": "Berkeley Martinez <Berkeley@RoboTie.com> (http://RoboTie.com)", | |
| "license": "BSD-3-Clause", | |
| "bugs": { | |
| "url": "https://github.com/FreeCodeCamp/pm2-pager/issues" | |
| }, | |
| "homepage": "https://github.com/FreeCodeCamp/pm2-pager#readme", | |
| "dependencies": { | |
| "dotenv": "^2.0.0", | |
| "lodash": "^4.3.0", | |
| "moment-timezone": "^0.5.0", | |
| "nodemailer": "^2.1.0", | |
| "pm2": "^1.0.1" | |
| } | |
| } |