{
  "repository": {
    "type": "git",
    "url": "git@github.com:ReactiveX/RxJS.git"
  },
  "name": "rxjs",
  "keywords": [
    "Rx",
    "RxJS",
    "ReactiveX",
    "ReactiveExtensions",
    "Streams",
    "Observables",
    "Observable",
    "Stream",
    "ES6",
    "ES2015"
  ],
  "author": "Ben Lesh <blesh@netflix.com>",
  "homepage": "https://github.com/ReactiveX/RxJS",
  "bugs": {
    "url": "https://github.com/ReactiveX/RxJS/issues"
  },
  "contributors": [
    {
      "name": "Ben Lesh",
      "email": "blesh@netflix.com"
    },
    {
      "name": "Paul Taylor",
      "email": "paul.e.taylor@me.com"
    },
    {
      "name": "Jeff Cross",
      "email": "crossj@google.com"
    },
    {
      "name": "Matthew Podwysocki",
      "email": "matthewp@microsoft.com"
    }
  ],
  "devDependencies": {
    "benchmark": "1.0.0",
    "benchpress": "2.0.0-alpha.37.2",
    "browserify": "11.0.0",
    "colors": "1.1.2",
    "commitizen": "2.4.4",
    "coveralls": "2.11.4",
    "cz-conventional-changelog": "1.1.4",
    "esdoc": "0.4.3",
    "eslint": "1.5.1",
    "fs-extra": "0.24.0",
    "ghooks": "0.3.2",
    "glob": "5.0.14",
    "gm": "1.21.1",
    "google-closure-compiler": "20151015.0.0",
    "http-server": "0.8.0",
    "istanbul": "0.3.22",
    "jasmine": "2.4.1",
    "jasmine-core": "2.4.1",
    "lodash": "3.10.1",
    "markdown-doctest": "^0.3.0",
    "madge": "^0.5.3",
    "mkdirp": "^0.5.1",
    "platform": "1.3.0",
    "promise": "7.0.3",
    "protractor": "2.5.1",
    "remap-istanbul": "0.3.1",
    "rx": "latest",
    "tslint": "3.2.0-dev.1",
    "typescript": "1.8.0-dev.20151115",
    "validate-commit-msg": "1.0.0",
    "watch": "0.16.0"
  },
  "typings": "Rx.d.ts",
  "license": "Apache-2.0",
  "version": "5.0.0-alpha.14",
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "commit-msg": "node ./node_modules/validate-commit-msg/index.js"
    }
  },
  "description": "Reactive Extensions for modern JavaScript",
  "engines": {
    "npm": ">=2.0.0"
  },
  "main": "Rx.js"
}