-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1008 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
{
"name": "@orbit-online/docker-tools",
"description": "Cli tool for managing docker containers in development without using an orchestrator.",
"license": "Apache-2.0",
"version": "1.0.1",
"bin": {
"docker": "bin/docker.sh"
},
"author": {
"name": "Orbit Online A/S",
"email": "opensource@orbit.online",
"url": "https://github.com/orbit-online"
},
"contributors": [
{
"name": "Brian Kejlberg",
"email": "briankchristensen@gmail.com",
"url": "https://github.com/thetrompf"
}
],
"keywords": [
"cli",
"command line",
"command-line",
"docker",
"container",
"development"
],
"bugs": "https://github.com/orbit-online/docker-tools/issues/new",
"repository": {
"type": "git",
"url": "git+https://github.com/orbit-online/docker-tools"
},
"homepage": "https://github.com/orbit-online/docker-tools#readme"
}