{
"name": "memcached",
"version": "0.2.8",
"author": {
"name": "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"
],
"maintainers": [
{
"name": "V1",
"email": "info@3rd-Eden.com"
}
],
"license": {
"type": "MIT",
"url": "http://github.com/3rd-Eden/node-memcached/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "http://github.com/3rd-Eden/node-memcached.git"
},
"dependencies": {
"hashring": "0.0.x",
"jackpot": ">=0.0.6"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"pre-commit": "*"
},
"scripts": {
"test": "mocha $(shell find test -name '*.test.js')"
},
"bugs": {
"url": "https://github.com/3rd-Eden/node-memcached/issues"
},
"homepage": "https://github.com/3rd-Eden/node-memcached",
"_id": "memcached@0.2.8",
"dist": {
"shasum": "ffbf9498cbc30779625b77e77770bd50dc525212",
"tarball": "http://registry.npmjs.org/memcached/-/memcached-0.2.8.tgz"
},
"_from": "memcached@^0.2.8",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "V1",
"email": "info@3rd-Eden.com"
},
"directories": {},
"_shasum": "ffbf9498cbc30779625b77e77770bd50dc525212",
"_resolved": "https://registry.npmjs.org/memcached/-/memcached-0.2.8.tgz",
"readme": "ERROR: No README data found!"
}