23 lines
553 B
JSON
23 lines
553 B
JSON
{
|
|
"name": "ht-docker-dbase",
|
|
"version": "1.0.2",
|
|
"description": "easy CI for docker images",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-dbase.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/hosttoday/ht-docker-dbase/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme"
|
|
}
|