{
  "name": "display-notification",
  "version": "2.0.0",
  "description": "Display a notification (OS X 10.9+)",
  "license": "MIT",
  "repository": "sindresorhus/display-notification",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "display",
    "notification",
    "notify",
    "show",
    "osx",
    "mac",
    "applescript",
    "center",
    "notifier"
  ],
  "dependencies": {
    "escape-string-applescript": "^1.0.0",
    "run-applescript": "^3.0.0"
  },
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "xo": {
    "esnext": true
  }
}
