-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 910 Bytes
/
package.json
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
38
39
{
"name": "kontainer",
"version": "1.0.0",
"description": "Create basic kubernetes configs from docker containers Edit",
"main": "index.js",
"scripts": {
"test": "lab -v -c ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandkumarpatel/kontainer.git"
},
"keywords": [
"docker",
"kubernetes",
"convert"
],
"author": "anandkumarpatel",
"license": "MIT",
"bugs": {
"url": "https://github.com/anandkumarpatel/kontainer/issues"
},
"homepage": "https://github.com/anandkumarpatel/kontainer#readme",
"dependencies": {
"bluebird": "^3.5.0",
"commander": "^2.9.0",
"debug": "^2.6.3",
"dockerode": "^2.4.3",
"js-yaml": "^3.8.2"
},
"devDependencies": {
"code": "^4.0.0",
"lab": "^12.1.0",
"rimraf": "^2.6.1",
"sinon": "^1.17.7",
"sinon-as-promised": "^4.0.2",
"standard": "^9.0.1"
}
}