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", "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).", "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", "main": "index.js",
"scripts": { "scripts": {
"test": "node test-cluster.js", "test": "node test-cluster.js",
@ -9,8 +10,10 @@
}, },
"repository": { "repository": {
"type": "git", "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": [ "keywords": [
"store", "store",
"session", "session",
@ -20,13 +23,16 @@
"cluster", "cluster",
"rpi2" "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", "license": "Apache-2.0",
"bugs": { "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": { "dependencies": {
"cluster-rpc": "^1.0.4" "cluster-rpc": "^v1.0.6"
} }
} }