{
  "name": "ng2-toasty",
  "description": "Angular2 Toasty component shows growl-style alerts and messages for your web app",
  "version": "4.0.3",
  "scripts": {
    "test": "karma start",
    "test-watch": "tsc && karma start --no-single-run --auto-watch",
    "commit": "npm run prepublish && npm test && git-cz",
    "prepublish": "npm run build",
    "build": "ngc --noUnusedParameters --noUnusedLocals && webpack && npm run minify && cp *.css bundles && rm -rf bundles/img && mkdir bundles/img && cp -rf img/*.* bundles/img",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "minify": "./node_modules/uglify-js/bin/uglifyjs bundles/index.umd.js --screw-ie8 --compress --mangle --comments --output bundles/index.umd.min.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/akserg/ng2-toasty.git"
  },
  "keywords": [
    "angular",
    "angular2",
    "toasty",
    "growl"
  ],
  "author": "Sergey Akopkokhyants",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/akserg/ng2-toasty/issues"
  },
  "main": "bundles/index.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "homepage": "https://github.com/akserg/ng2-toasty",
  "peerDependencies": {
    "@angular/core": "^2.4.7 || ^4.0.0"
  },
  "devDependencies": {
    "@angular/common": "^2.4.7 || ^4.0.0",
    "@angular/compiler": "^2.4.7 || ^4.0.0",
    "@angular/compiler-cli": "^2.4.7 || ^4.0.0",
    "@angular/core": "^2.4.7 || ^4.0.0",
    "@angular/platform-browser": "^2.4.7 || ^4.0.0",
    "@angular/platform-browser-dynamic": "^2.4.7 || ^4.0.0",
    "@types/hammerjs": "^2.0.34",
    "@types/jasmine": "^2.5.51",
    "@types/node": "^7.0.29",
    "awesome-typescript-loader": "^3.1.3",
    "cash-cp": "^0.2.0",
    "codelyzer": "^3.0.1",
    "commitizen": "^2.9.6",
    "core-js": "^2.4.1",
    "cz-conventional-changelog": "^2.0.0",
    "istanbul-instrumenter-loader": "^2.0.0",
    "jasmine-core": "^2.6.2",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-remap-coverage": "~0.1.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.3",
    "loader-utils": "^1.1.0",
    "reflect-metadata": "^0.1.10",
    "rxjs": "^5.4.0",
    "semantic-release": "^6.3.6",
    "source-map-loader": "^0.2.1",
    "ts-helpers": "^1.1.2",
    "tslint": "^5.4.3",
    "tslint-loader": "^3.5.3",
    "typescript": "^2.3.4",
    "uglify-js": "^3.0.15",
    "webpack": "^2.6.1",
    "zone.js": "^0.8.12"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}