clusterhub
Version:
Easily and efficiently sync data in your cluster applications.
39 lines (38 loc) • 714 B
JSON
{
"name": "clusterhub",
"description": "Easily and efficiently sync data in your cluster applications.",
"keywords": [
"cluster",
"load balance",
"database",
"multi process",
"sync"
],
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/fent/clusterhub.git"
},
"author": "fent (https://github.com/fent)",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"test": "bash test/run-tests.sh"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"eventvat": "^0.2.1"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^5.0.0"
},
"license": "MIT"
}