topaxi/rxjs-node-stream-subject

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rxjs-node-stream-subject",
  "version": "0.2.0",
  "description": "RxJS Subject for Node.js streams and sockets",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "babel lib --out-dir dist",
    "test": "npm run lint && babel-node node_modules/.bin/babel-istanbul cover _mocha -- tests/test-runner.js",
    "lint": "eslint lib/* tests/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/topaxi/rxjs-node-stream-subject.git"
  },
  "keywords": [
    "node",
    "stream",
    "socket",
    "rxjs",
    "reactive"
  ],
  "author": "Damian Senn <damian.senn@topaxi.codes>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/topaxi/rxjs-node-stream-subject/issues"
  },
  "homepage": "https://github.com/topaxi/rxjs-node-stream-subject#readme",
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "rxjs": "^5.0.0-beta.7"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.8.0",
    "babel-eslint": "^6.0.4",
    "babel-istanbul": "^0.8.0",
    "babel-plugin-transform-function-bind": "^6.8.0",
    "babel-plugin-transform-runtime": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-register": "^6.8.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "eslint": "^2.9.0",
    "eslint-config-topaxi": "^1.0.1",
    "glob": "^7.0.3",
    "mocha": "^2.4.5",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  }
}