ht-docker-dbase/package.json

23 lines
553 B
JSON
Raw Normal View History

2018-12-12 22:18:55 +00:00
{
"name": "ht-docker-dbase",
2019-06-19 09:43:22 +00:00
"version": "1.0.4",
2018-12-12 22:18:55 +00:00
"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"
}