Newer
Older
wizarr-notify / package.json
{
  "name": "wizarr_notify",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.mhack.io/git/mark/wizarr-notify.git"
  },
  "author": "Mark Bavis",
  "license": "ISC",
  "dependencies": {
    "express": "^4.21.1",
    "moustache": "^0.0.4",
    "mustache": "^4.2.0",
    "mustache-express": "^1.3.2",
    "nodemailer": "^7.0.10",
    "pushover-notifications": "^1.2.3"
  },
  "devDependencies": {
    "nodemon": "^3.1.10"
  },
  "nodemonConfig": {
    "ext": "js,html"
  }
}