nisaacson/riak-streaming-node

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "riaks",
  "version": "2.1.1",
  "description": "Riak client with a streaming interface",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "author": "nisaacson",
  "license": "BSD-2-Clause",
  "dependencies": {
    "request": "~2.30.0",
    "q": "~0.9.7",
    "eyespect": "~0.1.10",
    "error-adapter": "0.0.1",
    "JSONStream": "~0.7.1",
    "lodash-node": "~2.4.1",
    "formidable": "~1.0.14",
    "resumer": "0.0.0",
    "through": "~2.3.4",
    "errs": "~0.2.4",
    "async": "~0.2.9",
    "riakpbc": "~1.1.1"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "mocha": "~1.15.1",
    "sinon": "~1.7.3",
    "moment": "~2.4.0",
    "cloneextend": "0.0.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nisaacson/riak-streaming-node.git"
  },
  "bugs": {
    "url": "https://github.com/nisaacson/riak-streaming-node/issues"
  },
  "homepage": "https://github.com/nisaacson/riak-streaming-node"
}