cluster-store.js/package.json

39 lines
962 B
JSON

{
"name": "cluster-store",
"version": "2.0.8",
"description": "A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).",
"homepage": "https://git.coolaj86.com/coolaj86/cluster-store.js",
"main": "index.js",
"scripts": {
"test": "node test-cluster.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git"
},
"bundleDependencies": false,
"deprecated": false,
"keywords": [
"store",
"session",
"connect",
"express",
"memstore",
"cluster",
"rpi2"
],
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues"
},
"dependencies": {
"cluster-rpc": "^v1.0.6"
}
}