This commit is contained in:
AJ ONeal 2018-04-20 18:51:49 -06:00
parent fc5859ddc8
commit f81b091f97
1 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{
"name": "cluster-store",
"version": "2.0.4",
"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",
@ -9,8 +10,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/cluster-store.git"
"url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git"
},
"bundleDependencies": false,
"deprecated": false,
"keywords": [
"store",
"session",
@ -20,13 +23,16 @@
"cluster",
"rpi2"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"author": {
"name": "AJ ONeal",
"email": "coolaj86@gmail.com",
"url": "https://coolaj86.com/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coolaj86/cluster-store/issues"
"url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues"
},
"homepage": "https://github.com/coolaj86/cluster-store#readme",
"dependencies": {
"cluster-rpc": "^1.0.4"
"cluster-rpc": "^v1.0.6"
}
}