2016-09-08 22:23:40 +00:00
|
|
|
{
|
|
|
|
"name": "cluster-rpc",
|
2018-04-21 01:13:48 +00:00
|
|
|
"version": "1.0.6",
|
2016-09-08 22:23:40 +00:00
|
|
|
"description": "A simple way to wrap a single-instance module to enable it to work with node cluster.",
|
2018-04-21 01:13:48 +00:00
|
|
|
"homepage": "https://git.coolaj86.com/coolaj86/cluster-rpc.js",
|
2016-09-08 22:23:40 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node test.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-21 01:13:48 +00:00
|
|
|
"url": "git+https://git.coolaj86.com/coolaj86/cluster-rpc.js.git"
|
2016-09-08 22:23:40 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"cluster",
|
|
|
|
"rpc"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
|
|
"license": "(MIT OR Apache-2.0)",
|
|
|
|
"bugs": {
|
2018-04-21 01:13:48 +00:00
|
|
|
"url": "https://git.coolaj86.com/coolaj86/cluster-rpc.js/issues"
|
|
|
|
}
|
2016-09-08 22:23:40 +00:00
|
|
|
}
|