two-buckets-memcache
Version:
Memcache that trades a simplified expiry strategy for a super low resource consumption
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "two-buckets-memcache",
"version": "1.0.0",
"description": "Memcache that trades a simplified expiry strategy for a super low resource consumption",
"keywords": [
"memcache",
"cache",
"memory",
"limits",
"storage",
"object",
"simple"
],
"homepage": "https://github.com/analog-nico/two-buckets-memcache",
"bugs": {
"url": "https://github.com/analog-nico/two-buckets-memcache/issues"
},
"license": "ISC",
"author": "Nicolai Kamenzky (https://github.com/analog-nico)",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/analog-nico/two-buckets-memcache.git"
},
"scripts": {
"test": "node_modules/.bin/gulp ci"
},
"dependencies": {
"uuid": "^3.3.2"
},
"engines": {
"node": ">=4"
},
"devDependencies": {
"chai": "3.5.x",
"chalk": "1.1.x",
"gulp": "3.9.x",
"gulp-coveralls": "0.1.x",
"gulp-istanbul": "0.10.x",
"gulp-jshint": "2.0.x",
"gulp-mocha": "2.2.x",
"jshint": "2.9.x",
"jshint-stylish": "2.1.x",
"lodash": "4.7.x",
"rimraf": "2.5.x",
"run-sequence": "1.1.x",
"sinon": "1.17.x"
}
}