@priithaamer/dockerode
Version:
Docker Remote API module.
37 lines (36 loc) • 799 B
JSON
{
"name": "@priithaamer/dockerode",
"description": "Docker Remote API module.",
"version": "3.3.1-priithaamer.1",
"author": "Pedro Dias <petermdias@gmail.com>",
"types": "types/index.d.ts",
"maintainers": [
"apocas <petermdias@gmail.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/apocas/dockerode.git"
},
"keywords": [
"docker",
"docker.io"
],
"dependencies": {
"@priithaamer/docker-modem": "^3.0.0",
"tar-fs": "~2.0.1"
},
"devDependencies": {
"bluebird": "^3.7.0",
"chai": "~4.2.0",
"memorystream": "~0.3.0",
"mocha": "^7.1.0"
},
"main": "./lib/docker",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --exit"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 8.0"
}
}