package.json

Summary

Maintainability
Test Coverage
{
  "name": "riakpbc",
  "version": "2.1.0",
  "description": "RiakPBC is a low-level Riak protocol buffer client.",
  "main": "index.js",
  "dependencies": {
    "generic-pool": "2.x.x",
    "joi": "4.x.x",
    "protobuf.js": "1.x.x",
    "riakproto": "2.x.x"
  },
  "devDependencies": {
    "lab": "4.x.x",
    "precommit-hook": "1.x.x",
    "jshint": "2.4.x"
  },
  "scripts": {
    "test": "make test-cov"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com:nlf/riakpbc.git"
  },
  "keywords": [
    "riak",
    "pbc",
    "protobuf"
  ],
  "author": "Nathan LaFreniere <quitlahok@gmail.com> (https://github.com/nlf)",
  "license": "MIT",
  "engines": {
    "node": ">= 0.10.0 < 0.12"
  }
}