{
  "name": "alfred-notifier",
  "version": "0.2.3",
  "description": "Update notifications for your Alfred workflow",
  "license": "MIT",
  "repository": "SamVerschueren/alfred-notifier",
  "author": {
    "name": "Sam Verschueren",
    "email": "sam.verschueren@gmail.com",
    "url": "github.com/SamVerschueren"
  },
  "maintainers": [
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "sindresorhus.com"
    }
  ],
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo"
  },
  "files": [
    "index.js",
    "check.js",
    "lib"
  ],
  "keywords": [
    "alfred",
    "alfy",
    "workflow",
    "update",
    "updater",
    "notify",
    "notifier",
    "module",
    "version"
  ],
  "dependencies": {
    "cache-conf": "^0.5.0",
    "execa": "^0.8.0",
    "latest-version": "^3.1.0",
    "pify": "^3.0.0",
    "plist": "^2.0.1",
    "read-pkg": "^2.0.0",
    "semver": "^5.3.0"
  },
  "devDependencies": {
    "xo": "*"
  }
}
