{
  "name": "rx-node",
  "version": "1.0.2",
  "title": "Reactive Extensions for JavaScript (RxJS) Bindings for Node.js/io.js",
  "description": "RxJS Bindings for Node.js and io.js",
  "main": "index.js",
  "scripts": {
    "test": "tape test/**/*.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Reactive-Extensions/rx-node.git"
  },
  "dependencies": {
    "rx": "*"
  },
  "devDependencies": {
    "tape": "^4.4.0",
    "wrapping-tape": "0.0.3"
  },
  "keywords": [
    "Rx",
    "RxJS",
    "EventEmitter",
    "Streams",
    "Reactive"
  ],
  "author": "Microsoft",
  "bugs": {
    "url": "https://github.com/Reactive-Extensions/rx-node/issues"
  },
  "homepage": "https://github.com/Reactive-Extensions/rx-node",
  "directories": {
    "doc": "doc"
  },
  "license": "MIT"
}
