-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 953 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
{
"name": "dockerinterfaces",
"version": "0.2",
"description": "using ifaceinfo and docker modules the module can provide the connexion of container virtual network card to the virtual card in the host machine.",
"keywords": [
"python",
"docker",
"network",
"interfaces"
],
"scripts": {
"test": "mocha -R spec",
"appveyorTest": "mocha --ui tdd --reporter mocha-appveyor-reporter test/*.js"
},
"dependencies": {
"docker/docker-py": "^3",
"atam84/ifaceinfo": ">=0.2.0"
},
"devDependencies": {
"docker/docker-py": "^3",
"atam84/ifaceinfo": ">=0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/atam84/dockerinterfaces.git"
},
"homepage": "https://github.com/atam84/dockerinterfaces",
"author": {
"name": "mohamed amine tamdy",
"email": "amine.tamdy@gmail.com"
},
"license": "MIT"
}