UNPKG

seaport

Version:

service registry and port assignment for clusters

59 lines (58 loc) 1.17 kB
{ "name": "seaport", "description": "service registry and port assignment for clusters", "version": "2.0.9", "repository": { "type": "git", "url": "git://github.com/substack/seaport.git" }, "main": "index.js", "browser": "lib/seaport.js", "bin": { "seaport": "bin/cmd.js" }, "keywords": [ "port", "allocate", "hub", "service", "registry", "roles" ], "directories": { "example": "example", "test": "test" }, "scripts": { "test": "tap test/*.js" }, "dependencies": { "defined": "~0.0.0", "indexof": "~0.0.1", "inherits": "~1.0.0", "merge": "~1.1.2", "object-keys": "~0.5.0", "optimist": "~0.3.5", "readable-stream": "~1.0.26", "secure-peer": "~0.2.1", "semver": "~1.1.0", "split": "~0.3.0", "stream-combiner": "~0.0.4", "through": "~2.3.4" }, "engine": { "node": ">=0.8" }, "devDependencies": { "async": "~0.9.0", "destroyer": "~0.0.0", "macgyver": "~1.10.1", "tap": "~0.4.9" }, "license": "MIT", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" } }