UNPKG

memcached-promise

Version:

A fully featured Memcached client 'memcached' with Promise support. Powered by Bluebird.

42 lines (41 loc) 836 B
{ "name": "memcached-promise", "version": "1.0.1", "description": "A fully featured Memcached client 'memcached' with Promise support. Powered by Bluebird.", "main": "index.js", "dependencies": { "bluebird": "^3.7.2" }, "devDependencies": {}, "scripts": {}, "peerDependencies": { "memcached": "^2.2.2" }, "keywords": [ "InnoDB memcached API", "cache", "client", "cluster", "failover", "hashing", "membase", "memcache", "memcached", "nMemcached", "nosql", "bluebird" ], "author": "ken.yip", "license": "MIT", "directories": { "lib": "lib" }, "repository": { "type": "git", "url": "git+https://github.com/kenyipp/memcached-promise.git" }, "bugs": { "url": "https://github.com/kenyipp/memcached-promise/issues" }, "homepage": "https://github.com/kenyipp/memcached-promise#readme" }