{
  "name": "@naisone/ngx-toastr",
  "version": "8.0.1",
  "description": "Toastr for Angular",
  "main": "./toastr.umd.js",
  "module": "./toastr.es5.js",
  "es2015": "./toastr.es2015.js",
  "typings": "./index.d.ts",
  "peerDependencies": {
    "@angular/core": ">=5.0.0 <=6.0.0",
    "@angular/common": ">=5.0.0 <=6.0.0",
    "rxjs": "^5.5.0"
  },
  "repository": "https://github.com/PhilippStein/ngx-toastr.git",
  "homepage": "https://github.com/scttcper/ngx-toastr",
  "license": "MIT",
  "bugs": "https://github.com/scttcper/ngx-toastr/issues",
  "keywords": [
    "ng2",
    "ngx",
    "ngx-toastr",
    "toastr-ng2",
    "angular",
    "angular2",
    "typescript",
    "alert",
    "toast",
    "toastr",
    "angular toastr",
    "notifications"
  ]
}
