{
  "name": "democracyos-notifier",
  "version": "2.1.3",
  "description": "Notifications engine with job queuing and scheduling backed by MongoDB.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DemocracyOS/notifier.git"
  },
  "keywords": [
    "notifier",
    "democracyos",
    "notifiations",
    "email"
  ],
  "author": "Democracia en Red <speak@democracyos.org> (http://democraciaenred.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DemocracyOS/notifier/issues"
  },
  "homepage": "https://github.com/DemocracyOS/notifier",
  "dependencies": {
    "agenda": "~0.9.0",
    "debug": "~2.6.0",
    "defaults-deep": "0.2.3",
    "es6-string-html-template": "~1.0.2",
    "mongodb": "~2.2.28",
    "monk": "~6.0.0",
    "nodemailer": "~4.0.1",
    "pify": "~3.0.0",
    "require-all": "~2.2.0",
    "t-component": "1.0.0"
  },
  "devDependencies": {
    "chai": "~4.0.2",
    "eslint": "~3.19.0",
    "eslint-config-democracyos": "~1.2.1",
    "mocha": "~3.4.2"
  }
}
