UNPKG

amino-service

Version:

Decentralized service registry plugin for amino 1.x

40 lines (39 loc) 789 B
{ "name": "amino-service", "version": "0.1.13", "description": "Decentralized service registry plugin for amino 1.x", "main": "index.js", "directories": { "test": "test" }, "devDependencies": { "mocha": "*", "amino": "~1.1.0" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/amino/amino-service.git" }, "homepage": "https://github.com/amino/amino", "keywords": [ "load-balancing", "failover", "cluster", "scalability", "performance", "service", "pub/sub", "high-availability", "cloud", "redundancy", "ipc" ], "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)", "license": "MIT", "dependencies": { "mefirst": "0.0.0" } }