UNPKG

778 BJSONView Raw
1{
2 "name": "docker-remote-api",
3 "description": "Basic http wrapper to call the docker remote api from node",
4 "version": "2.0.0",
5 "main": "index.js",
6 "dependencies": {
7 "concat-stream": "^1.4.6",
8 "docker-host": "^3.0.0",
9 "once": "^1.3.0",
10 "xtend": "^3.0.0"
11 },
12 "devDependencies": {
13 "tape": "^2.13.3"
14 },
15 "scripts": {
16 "test": "tape test.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/mafintosh/docker-remote-api"
21 },
22 "keywords": [
23 "docker",
24 "remote",
25 "api",
26 "http",
27 "https",
28 "request"
29 ],
30 "author": "Mathias Buus",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/mafintosh/docker-remote-api/issues"
34 },
35 "homepage": "https://github.com/mafintosh/docker-remote-api"
36}