node-shared-cache
Version:
Interprocess shared memory cache for Node.JS
32 lines (31 loc) • 682 B
JSON
{
"name": "node-shared-cache",
"version": "1.6.2",
"description": "Interprocess shared memory cache for Node.JS",
"main": "index.js",
"dependencies": {
"nan": "~2.4.0"
},
"devDependencies": {},
"scripts": {
"test": "node test/test",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/kyriosli/node-shared-cache.git"
},
"keywords": [
"Node.JS",
"LRU",
"Cache",
"Shared"
],
"author": "Kyrios",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/kyriosli/node-shared-cache/issues"
},
"homepage": "https://github.com/kyriosli/node-shared-cache"
}