{
  "name": "angular2-flash-messages",
  "version": "3.0.1",
  "description": "Angular 2 flash messages module",
  "files": [
    "module/*.d.ts",
    "module/*.js",
    "module/*.js.map",
    "module/*.json"
  ],
  "main": "module/index.js",
  "types": "module/index.d.ts",
  "scripts": {
    "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
    "lite": "lite-server",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "prepublish": "ngc -p ./tsconfig.publish.json"
  },
  "keywords": [
    "angular2",
    "angular",
    "npm",
    "package",
    "module",
    "flash",
    "messages"
  ],
  "author": {
    "name": "Paul Moff"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/moff/angular2-flash-messages.git"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^6.0.0"
  },
  "devDependencies": {
    "@angular/common": "^6.0.1",
    "@angular/compiler": "^6.0.1",
    "@angular/compiler-cli": "^6.0.1",
    "@angular/core": "^6.0.1",
    "@angular/forms": "^6.0.1",
    "@angular/http": "^6.0.1",
    "@angular/platform-browser": "^6.0.1",
    "@angular/platform-browser-dynamic": "^6.0.1",
    "@angular/router": "^6.0.1",
    "bootstrap": "^4.0.0",
    "concurrently": "^3.1.0",
    "core-js": "^2.5.6",
    "lite-server": "^2.2.2",
    "reflect-metadata": "^0.1.10",
    "rxjs": "^6.1.0",
    "rxjs-compat": "^6.2.2",
    "systemjs": "0.19.47",
    "typescript": "^2.7.2",
    "zone.js": "^0.8.26"
  }
}
