{
  "name": "memcached",
  "version": "2.2.2",
  "author": "Arnout Kazemier",
  "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future.",
  "main": "index",
  "keywords": [
    "InnoDB memcached API",
    "cache",
    "client",
    "cluster",
    "failover",
    "hashing",
    "membase",
    "memcache",
    "memcached",
    "nMemcached",
    "nosql"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/3rd-Eden/node-memcached.git"
  },
  "dependencies": {
    "hashring": "3.2.x",
    "jackpot": ">=0.0.6"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "pre-commit": "*"
  },
  "scripts": {
    "test": "mocha $(find test -name '*.test.js')"
  }
}
