app-watcher
Version:
A simple serverless program to watch your application. If your application gets down, module send email notification
35 lines (34 loc) • 848 B
JSON
{
"name": "app-watcher",
"version": "1.1.6",
"description": "A simple serverless program to watch your application. If your application gets down, module send email notification",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"cron": "^1.3.0",
"nodemailer": "^4.6.2",
"request": "^2.83.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kumar Albert <kumaralbert95@gmail.com>"
},
"keywords": [
"app-watcher",
"node-app-watcher",
"notifier",
"application-monitor",
"monitor"
],
"homepage": "https://github.com/kumar-albert/node-app-watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/kumar-albert/node-app-watcher.git"
},
"license": "MIT"
}