oleksiyk/no-riak

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "no-riak",
  "description": "Riak 2.x client with weighted load balancing and easy to use wrappers over CRDT data types",
  "homepage": "http://github.com/oleksiyk/no-riak",
  "author": {
    "name": "Oleksiy Krivoshey",
    "email": "oleksiyk@gmail.com"
  },
  "version": "1.6.11",
  "keywords": [
    "crdt",
    "node",
    "promise",
    "client",
    "riak"
  ],
  "dependencies": {
    "bin-protocol": "^3.1.1",
    "bluebird": "^3.3.3",
    "lodash": "^4.17.11",
    "long": "^4.0.0",
    "wrr-pool": "^1.1.2"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "chai": "^3.5.0",
    "sinon": "^1.4.0",
    "sinon-chai": "~=2.8.0",
    "chai-as-promised": "^5.2.0",
    "eslint": "^2.2.0",
    "eslint-config-magictoolbox": "^0.0.2",
    "istanbul": "^0.4.2"
  },
  "bugs": {
    "url": "https://github.com/oleksiyk/no-riak/issues"
  },
  "scripts": {
    "test": "make"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oleksiyk/no-riak.git"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}