{
  "name": "ng2-wp-api",
  "version": "3.0.1",
  "description": "WordPress Module for Angular",
  "keywords": [
    "angular",
    "angular2",
    "wordpress",
    "wp",
    "api",
    "service"
  ],
  "author": "Murhaf Sousli <murhafsousi@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/MurhafSousli/ng2-wp-api.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MurhafSousli/ng2-wp-api/issues"
  },
  "homepage": "https://github.com/MurhafSousli/ng2-wp-api#readme",
  "main": "bundles/ng2-wp-api.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "peerDependencies": {
    "@angular/common": ">=2.0.0 <2.4.6 || >=2.4.8 <4.0.0-beta.6 || >=4.0.0-beta.8",
    "@angular/core": ">=2.0.0 <2.4.6 || >=2.4.8 <4.0.0-beta.6 || >=4.0.0-beta.8",
    "@angular/http": ">=2.0.0 <2.4.6 || >=2.4.8 <4.0.0-beta.6 || >=4.0.0-beta.8",
    "rxjs": "^5.0.0-beta.12"
  }
}