UNPKG

docker-remote-api

Version:

Basic http wrapper to call the docker remote api from node

37 lines (36 loc) 778 B
{ "name": "docker-remote-api", "description": "Basic http wrapper to call the docker remote api from node", "version": "5.0.0", "main": "index.js", "dependencies": { "concat-stream": "^1.4.6", "docker-host": "^3.0.0", "once": "^1.3.0", "xtend": "^3.0.0" }, "devDependencies": { "tape": "^2.13.3" }, "scripts": { "test": "tape test.js" }, "repository": { "type": "git", "url": "git://github.com/mafintosh/docker-remote-api" }, "keywords": [ "docker", "remote", "api", "http", "https", "request" ], "author": "Mathias Buus", "license": "MIT", "bugs": { "url": "https://github.com/mafintosh/docker-remote-api/issues" }, "homepage": "https://github.com/mafintosh/docker-remote-api" }