{
  "name": "angular2-cache",
  "version": "0.1.0",
  "license": "MIT",
  "keywords": [
    "angular",
    "angular2",
    "cache",
    "angular2-cache",
    "ng2-cache"
  ],
  "author": "Alex Poter <a.poterenko@gmail.com>",
  "scripts": {
    "clean": "npm cache clean",
    "ngc-build": "node_modules/.bin/ngc -p tsconfig.json",
    "deploy": "npm install && npm run ngc-build && npm publish ./"
  },
  "peerDependencies": {
    "@angular/core": "~4.0.0-rc.5",
    "@angular/common": "~4.0.0-rc.5",
    "@angular/compiler": "~4.0.0-rc.5",
    "@angular/platform-browser": "~4.0.0-rc.5",

    "ts-smart-logger": "~0.0.4",

    "core-js": "^2.4.1",
    "rxjs": "~5.0.2",
    "zone.js": "~0.8.4"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~4.0.0-rc.5",
    "@angular/core": "~4.0.0-rc.5",
    "@angular/common": "~4.0.0-rc.5",
    "@angular/compiler": "~4.0.0-rc.5",
    "@angular/platform-browser": "~4.0.0-rc.5",

    "ts-smart-logger": "~0.0.4",

    "core-js": "^2.4.1",
    "rxjs": "~5.0.2",
    "zone.js": "~0.8.4",

    "jasmine-core": "2.4.1",

    "karma": "^1.2.0",
    "karma-chrome-launcher": "^2.0.0 ",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.0.2",
    "karma-webpack": "1.8.0",

    "awesome-typescript-loader": "2.2.1",
    "ts-helpers": "1.1.1",
    "ts-node": "^1.3.0",
    "tslint": "3.15.1",
    "tslint-loader": "^2.1.3",
    "@types/core-js": "0.9.28",
    "@types/node": "6.0.38",
    "@types/jasmine": "^2.2.29",
    "typescript": "~2.2.1",

    "webpack": "^2.1.0-beta.21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apoterenko/angular2-cache.git"
  },
  "bugs": {
    "url": "https://github.com/apoterenko/angular2-cache/issues"
  },
  "module": "index.js",
  "typings": "index.d.ts",
  "main": "index.js",
  "engines": {
    "node": ">= 4.2.1",
    "npm": ">= 3"
  }
}
