-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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
{
"name": "docker-pull",
"version": "1.1.0",
"description": "Pull a docker image from a registry using node",
"main": "index.js",
"scripts": {
"test": "standard"
},
"dependencies": {
"docker-parse-image": "^3.0.1",
"docker-remote-api": "^4.4.0",
"minimist": "^1.1.0",
"pretty-bytes": "^1.0.1",
"pump": "^1.0.0",
"single-line-log": "^0.4.1",
"through-json": "^1.1.0",
"through2": "^0.6.3"
},
"devDependencies": {
"standard": "^6.0.7"
},
"bin": {
"docker-pull": "./bin.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/docker-pull.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/docker-pull/issues"
},
"homepage": "https://github.com/mafintosh/docker-pull"
}