{
  "name": "aurelia-notification",
  "version": "1.1.0",
  "description": "A simple notification service utilizing humane.js.",
  "keywords": [
    "aurelia",
    "plugin",
    "humane",
    "notification",
    "growl"
  ],
  "homepage": "https://github.com/SpoonX/aurelia-notification",
  "main": "dist/commonjs/aurelia-notification.js",
  "moduleType": "node",
  "license": "MIT",
  "authors": [
    "RWOverdijk <wesley@spoonx.nl> (http://spoonx.nl/)"
  ],
  "contributors": [
    "Dirk Eisinger <doktordirk@outlook.de>"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/SpoonX/aurelia-notification"
  },
  "dependencies": {
    "aurelia-dependency-injection": "^1.0.0",
    "aurelia-i18n": "^1.0.0",
    "aurelia-pal": "^1.0.0",
    "extend": "^3.0.0",
    "humane-js": "^3.2.0"
  }
}