memcache-pp
Version:
Memcache for node
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "memcache-pp",
"version": "0.3.3",
"description": "Memcache for node",
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "docpress build",
"coverage": "jshint && nyc --reporter=lcov mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/RomanBurunkov/memcache-pp"
},
"keywords": [
"memcache",
"memcached",
"cache",
"promise",
"elasticache",
"cluster"
],
"author": "Roman Burunkov <romon2002@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RomanBurunkov/memcache-pp/issues"
},
"homepage": "https://github.com/RomanBurunkov/memcache-pp",
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.4",
"docpress": "^0.8.2",
"git-update-ghpages": "1.3.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"jshint-stylish": "^2.2.0",
"json-stringify-safe": "^5.0.0",
"mocha": "^3.4.2",
"nyc": "^15.1.0",
"sinon": "^1.10.3"
},
"dependencies": {
"bluebird": "^3.4.1",
"carrier": "^0.3.0",
"debug": "^2.6.9",
"hashring": "^3.2.0",
"immutable": "^3.8.1"
}
}