vdocks
Version:
Combination of arpanet and mdock for a viking docker cluster
37 lines (36 loc) • 823 B
JSON
{
"name": "vdocks",
"version": "0.0.4",
"description": "Combination of arpanet and mdock for a viking docker cluster",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binocarlos/vdocks.git"
},
"keywords": [
"docker",
"viking",
"mdock",
"cluster"
],
"author": "Kai Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/binocarlos/vdocks/issues"
},
"homepage": "https://github.com/binocarlos/vdocks",
"dependencies": {
"routes-router": "^4.1.0",
"async": "^0.9.0",
"cluster-advisor": "^0.1.1",
"mdock": "^1.0.1",
"mdock-cache": "^1.0.1",
"etcd-flatten": "0.0.2",
"dowding": "^0.1.1",
"etcd-live-collection": "^0.1.2",
"etcdjs": "^1.1.1"
}
}