{
  "name": "subscriptions",
  "version": "1.0.0-beta.5-17",
  "description": "SLB",
  "main": "./http.umd.js",
  "module": "./@slb/subscriptions.es5.js",
  "es2015": "./@slb/subscriptions.js",
  "typings": "subscriptions.d.ts",
  "keywords": [
    "angular",
    "components",
    "reusable",
    "http",
    "rest",
    "interceptor"
  ],
  "scripts": {
    "postinstall" : "node scripts/install.js"
  },
  "engines": {
    "node": ">=6.9",
    "npm": ">= 3"
  },
  "repository": {
    "type": "VSTS",
    "url": "SLB"
  },
  "bugs": {
    "url": ""
  },
  "license": "MIT",
  "author": "SLB UX",
  "contributors": [],
  "peerDependencies": {
    "@angular/core": "^4.2.0",
    "@angular/http": "^4.2.0"
  }
}