UNPKG

dockermachine

Version:
31 lines (30 loc) 676 B
{ "name": "dockermachine", "version": "0.0.8", "description": "A wrapper for the docker-machine CLI", "homepage":"https://github.com/zekizeki/nodeDockerMachine", "main": "index.js", "scripts": { "start": "node app.js", "test": "mocha test" }, "keywords": [ "docker", "machine", "dockermachine", "docker-machine" ], "author": "Rob Smart <smartrob@uk.ibm.com>", "license": "Apache-2.0", "dependencies": { "q": "~1.2.0" }, "devDependencies": { "mocha": "~2.2.5", "chai": "~2.3.0" }, "repository" : { "type":"git", "url":"https://github.com/zekizeki/nodeDockerMachine.git" } }