{
  "name": "angularjs-toast",
  "version": "4.0.1",
  "description": "A Simple toast notification service for AngularJS pages",
  "author": "sibiraj-s",
  "license": "MIT",
  "repository": "https://github.com/sibiraj-s/angularjs-toast.git",
  "bugs": "https://github.com/sibiraj-s/angularjs-toast/issues",
  "homepage": "https://github.com/sibiraj-s/angularjs-toast#readme",
  "keywords": [
    "angularjs-notify",
    "notification",
    "angularjs",
    "notify",
    "angularjs-toast",
    "toast-notification"
  ],
  "peerDependencies": {
    "angular": "^1.6.0",
    "angular-animate": "^1.6.0",
    "angular-sanitize": "^1.6.0"
  },
  "main": "angularjs-toast.min.js"
}