package.json

Summary

Maintainability
Test Coverage
{
  "name": "vnhr",
  "version": "0.1.1",
  "description": "virtual node hash ring",
  "keywords": [
    "consistent",
    "hash",
    "ring",
    "consistent hashing",
    "hashing",
    "distributed",
    "hash ring"
  ],
  "homepage": "https://github.com/kordon/vnhr",
  "bugs": {
    "url": "http://github.com/kordon/vnhr/issues",
    "email": "mail@sergioramos.me"
  },
  "licenses": [
    {
      "url": "https://raw.github.com/kordon/vnhr/master/license/mixu",
      "type": "BSD"
    },
    {
      "url": "https://raw.github.com/kordon/vnhr/master/license/kordon",
      "type": "MIT"
    }
  ],
  "contributors": [
    "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net)",
    "Sérgio Ramos <mail@sergioramos.me> (http://sergioramos.me/)"
  ],
  "main": "src/vnhr.js",
  "directories": {
    "lib": "src"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kordon/vnhr.git"
  },
  "scripts": {
    "test": "make test test-coveralls"
  },
  "dependencies": {
    "sha1": "1.1.x",
    "deepmerge": "0.2.x",
    "type-component": "0.0.x",
    "bytewise": "0.6.x"
  },
  "devDependencies": {
    "mocha-lcov-reporter": "0.0.x",
    "jscoverage": "0.3.x",
    "coveralls": "2.3.x",
    "mocha": "1.13.x"
  },
  "engines": {
    "node": ">=0.8"
  }
}