UNPKG

mesosdns-cli

Version:

A Node.js-based CLI for querying Mesos DNS service names

35 lines (34 loc) 775 B
{ "name": "mesosdns-cli", "version": "0.3.2", "description": "A Node.js-based CLI for querying Mesos DNS service names", "bin": { "mesosdns-cli": "bin/mesosdns-cli" }, "preferGlobal": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/tobilg/mesosdns-cli.git" }, "author": "tobilg", "license": "MIT", "bugs": { "url": "https://github.com/tobilg/mesosdns-cli/issues" }, "homepage": "https://github.com/tobilg/mesosdns-cli#readme", "keywords": [ "Mesos DNS", "DNS", "Mesosphere", "Service Discovery", "transparent", "resolve" ], "dependencies": { "mesosdns-client": "0.3.2", "optimist": "^0.6.1" } }