UNPKG

node-serf

Version:

Serf management and orchestration

36 lines (35 loc) 741 B
{ "name": "node-serf", "version": "2.0.0", "description": "Serf management and orchestration", "main": "serf.js", "directories": { "test": "test" }, "scripts": { "test": "mocha", "lint": "standard" }, "repository": { "type": "git", "url": "https://github.com/hden/node-serf.git" }, "keywords": [ "serf", "SOA" ], "author": "hden <haokang.den@gmail.com>", "license": "MIT", "readmeFilename": "README.md", "gitHead": "8299820b8f0d7301495e2b61f657ce7d7d03a241", "devDependencies": { "intelli-espower-loader": "1.0.1", "mocha": "6.1.4", "power-assert": "1.6.1", "standard": "12.0.1" }, "dependencies": { "debug": "^4.0.0", "msgpack-lite": "^0.1.26" } }