-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 833 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
{
"name": "supdock",
"version": "3.0.0",
"description": "What's Up, Doc(ker)? A slightly more visual way to interact with the docker daemon",
"files": [
"bin",
"scripts/preinstall.js"
],
"bin": {
"supdock": "./bin/supdock"
},
"scripts": {
"preinstall": "node ./scripts/preinstall.js",
"generate:changelog": "./scripts/generate-tags.sh && gitmoji-changelog"
},
"author": "Niels Segers",
"license": "ISC",
"homepage": "https://github.com/segersniels/supdock#readme",
"bugs": {
"url": "https://github.com/segersniels/supdock/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segersniels/supdock.git"
},
"keywords": [
"docker",
"supdock",
"visual",
"interactive",
"wrapper",
"cli",
"compose",
"docker-compose"
]
}