33 lines
648 B
JSON
33 lines
648 B
JSON
{
|
|
"name": "docker-modem",
|
|
"description": "Docker remote API network layer module.",
|
|
"version": "5.0.7",
|
|
"author": "Pedro Dias <petermdias@gmail.com>",
|
|
"maintainers": [
|
|
"apocas <petermdias@gmail.com>"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/apocas/docker-modem.git"
|
|
},
|
|
"keywords": [
|
|
"containers",
|
|
"api",
|
|
"docker"
|
|
],
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"readable-stream": "^3.5.0",
|
|
"split-ca": "^1.0.1",
|
|
"ssh2": "^1.15.0"
|
|
},
|
|
"main": "./lib/modem",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
}
|