{
  "name": "create-subscription",
  "description": "utility for subscribing to external data sources inside React components",
  "version": "16.8.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/react.git",
    "directory": "packages/create-subscription"
  },
  "files": [
    "LICENSE",
    "README.md",
    "build-info.json",
    "index.js",
    "cjs/"
  ],
  "peerDependencies": {
    "react": "^16.3.0"
  },
  "devDependencies": {
    "rxjs": "^5.5.6"
  }
}
