forked from mafintosh/docker-remote-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "docker-remote-api",
"description": "Basic http wrapper to call the docker remote api from node",
"version": "4.4.1",
"main": "index.js",
"dependencies": {
"concat-stream": "^1.4.6",
"docker-host": "^3.0.0",
"once": "^1.3.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"standard": "^7.1.2",
"tape": "^4.1.0"
},
"scripts": {
"test": "standard && 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"
}