{
  "name": "@ngrx/devtools",
  "version": "1.4.0",
  "description": "Developer tools for @ngrx projects",
  "main": "./dist/index.js",
  "scripts": {
    "test": "npm run build_test && jasmine",
    "clean_ng2": "rimraf node_modules/angular2/manual_typings node_modules/angular2/typings",
    "clean_test": "rm -rf tmp/",
    "build_test": "npm run clean_test && tsc -p spec",
    "build_dist": "rm -rf dist && tsc",
    "prepublish": "npm run typings && npm run build_dist",
    "lint": "tslint src/*/**.ts",
    "typings": "typings install && npm run clean_ng2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngrx/devtools.git"
  },
  "keywords": [
    "RxJS",
    "Angular2",
    "Redux",
    "Store",
    "@ngrx/store"
  ],
  "contributors": [
    {
      "name": "Rob Wormald",
      "email": "robwormald@gmail.com"
    },
    {
      "name": "Mike Ryan",
      "email": "mikeryan52@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngrx/devtools/issues"
  },
  "homepage": "https://github.com/ngrx/devtools#readme",
  "devDependencies": {
    "@angular/core": "^2.0.0-rc.0",
    "@ngrx/store": "^1.5.0",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.13",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "lodash": "^3.10.1",
    "reflect-metadata": "^0.1.2",
    "rimraf": "^2.5.1",
    "rxjs": "^5.0.0-beta.6",
    "tslint": "^3.4.0",
    "typescript": "^1.8.7",
    "typings": "^0.6.6",
    "zone.js": "^0.6.12"
  },
  "peerDependencies": {
    "@angular/core": "^2.0.0-rc.0",
    "rxjs": "^5.0.0-beta.6",
    "@ngrx/store": "^1.5.0"
  },
  "typings": "./dist/index.d.ts"
}
