{
  "name": "ng2-sidebar",
  "version": "1.8.2",
  "description": "[DEPRECATED] Renamed to ng-sidebar.",
  "repository": {
    "type": "git",
    "url": "https://github.com/arkon/ng2-sidebar.git"
  },
  "homepage": "http://echeung.me/ng2-sidebar/",
  "bugs": {
    "url": "https://github.com/arkon/ng2-sidebar/issues"
  },
  "files": [
    "src/*",
    "lib/*",
    "README.md",
    "LICENSE"
  ],
  "author": "Eugene Cheung",
  "license": "MIT",
  "keywords": [
    "angular",
    "angular2",
    "sidebar",
    "component"
  ],
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "build": "npm run lint && ngc",
    "prepublish": "npm run build"
  },
  "peerDependencies": {
    "@angular/core": "^2.0.0",
    "@angular/common": "^2.0.0"
  },
  "devDependencies": {
    "@angular/common": "^2.3.1",
    "@angular/compiler": "^2.3.1",
    "@angular/compiler-cli": "^2.3.1",
    "@angular/core": "^2.3.1",
    "@angular/platform-browser": "^2.3.1",
    "rxjs": "5.0.0-rc.4",
    "tslint": "^4.1.1",
    "typescript": "2.0.10",
    "zone.js": "^0.7.2"
  }
}
