{
  "name": "ngToast",
  "version": "2.0.0",
  "description": "Angular provider for toast notifications",
  "main": [
    "dist/ngToast.js",
    "dist/ngToast.css"
  ],
  "keywords": [
    "angular",
    "toast",
    "message",
    "notification",
    "toastr"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tameraydin/ngToast.git"
  },
  "homepage": "http://tameraydin.github.io/ngToast",
  "authors": [
    "Tamer Aydin (http://tamerayd.in)",
    "Levi Thomason (http://www.levithomason.com)"
  ],
  "license": "MIT",
  "dependencies": {
    "angular": ">=1.2.15 <1.6",
    "angular-sanitize": ">=1.2.15 <1.6"
  },
  "devDependencies": {
    "angular-animate": ">=1.2.17 <1.6",
    "bootstrap": "~3.3.2",
    "Faker": "~2.1.2"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "src",
    ".editorconfig",
    ".gitignore",
    ".gitattributes",
    ".jshintrc",
    ".travis.yml",
    "Gruntfile.js",
    "package.json",
    "index.html"
  ]
}
