containership.plugin.service-discovery
Version:
A service discovery plugin for ContainerShip
35 lines (34 loc) • 937 B
JSON
{
"name": "containership.plugin.service-discovery",
"version": "0.4.1",
"description": "A service discovery plugin for ContainerShip",
"main": "application.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"author": "ContainerShip Developers <developers@containership.io>",
"license": "GPL-3.0",
"dependencies": {
"async": "^0.9.0",
"containership.plugin": "^0.1.1",
"lodash": "^3.0.0",
"mocha": "^2.4.5",
"quarry-dns": "^0.5.2"
},
"keywords": [
"service",
"discovery",
"service-discovery",
"containership",
"dns",
"haproxy"
],
"repository": {
"type": "git",
"url": "https://github.com/containership/containership.plugin.service-discovery.git"
},
"bugs": {
"url": "https://github.com/containership/containership.plugin.service-discovery/issues"
},
"homepage": "https://github.com/containership/containership.plugin.service-discovery"
}