UNPKG

service-registry-client

Version:
68 lines (67 loc) 1.8 kB
{ "name": "service-registry-client", "description": "Node.js client for Rackspace Service Registry.", "version": "0.2.1", "author": "Rackspace Hosting <sr@rackspace.com>", "contributors": [ { "name": "Shawn Smith", "email": "shawn.smith@rackspace.com", "url": "http://shawnps.net" }, { "name": "Tomaz Muraus", "email": "tomaz.muraus@rackspace.com", "url": "http://www.tomaz.me" }, { "name": "Gary Dusbabek", "email": "gdusbabek@gmail.com", "url": "http://www.onemanclapping.org" } ], "keywords": [ "rackspace", "cloud", "service registry", "service discovery", "configuration storage", "configuration management", "dynamic configuration", "registry" ], "homepage": "https://github.com/racker/node-service-registry-client", "repository": { "type": "git", "url": "git://github.com/racker/node-service-registry-client.git" }, "directories": { "lib": "./lib", "example": "./examples" }, "scripts": { "lint": "./scripts/lint.sh", "test": "./scripts/tests.sh" }, "dependencies": { "async": "0.1.x", "sprintf": "= 0.1.x", "logmagic": "= 0.1.x", "rackspace-shared-utils": "0.1.x", "keystone-client": "0.3.x" }, "devDependencies": { "whiskey": "0.6.x", "jshint": "0.5.x" }, "engines": { "node": ">= 0.6.0 && < 0.9.0" }, "main": "./lib/index.js", "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ] }