{
  "name": "ng2-tree-viewer",
  "version": "0.2.0",
  "description": "Angular 2 runtime console debugger",
  "main": "index.js",
  "scripts": {
    "start": "ws -d example -s index.html",
    "prebuild": "tsconfig -u ./tsconfig.json",
    "build": "tsc",
    "pretest": "npm run build && tsconfig -u ./example/tsconfig.json",
    "test": "echo \"no test\""
  },
  "keywords": [
    "angular",
    "angular2",
    "ng2"
  ],
  "author": "laco0416 <laco0416+github@gmail.com>",
  "repository": {
    "url": "https://github.com/laco0416/ng2tree"
  },
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^2.0.0-rc.1"
  },
  "devDependencies": {
    "@angular/common": "^2.0.0-rc.1",
    "@angular/compiler": "^2.0.0-rc.1",
    "@angular/core": "^2.0.0-rc.1",
    "@angular/platform-browser": "^2.0.0-rc.1",
    "@angular/platform-browser-dynamic": "^2.0.0-rc.1",
    "local-web-server": "^1.1.1",
    "rxjs": "^5.0.0-beta.6",
    "tsconfig-cli": "^0.1.1",
    "typescript": "^1.8.2",
    "typings": "^0.6.8",
    "zone.js": "^0.6.12"
  }
}
