{
  "name": "ubsub-notify",
  "version": "0.1.5",
  "description": "UbSub hooks into libnotify",
  "main": "notify.js",
  "bin": {
    "ubsub-notify": "./notify.js"
  },
  "scripts": {
    "test": "npm run lint",
    "lint": "eslint .",
    "start": "node notify.js",
    "release": "npm version patch && git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ubsub/ubsub-notify.git"
  },
  "keywords": [
    "UbSub",
    "pubsub",
    "notifications",
    "notify"
  ],
  "author": "UbSub.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ubsub/ubsub-notify/issues"
  },
  "homepage": "https://github.com/ubsub/ubsub-notify#readme",
  "dependencies": {
    "libubsub": "^0.1.2",
    "lodash": "^4.17.11",
    "node-notifier": "^5.1.2",
    "yargs": "^10.0.3"
  },
  "devDependencies": {
    "eslint": "^4.12.1",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0"
  }
}
