2018-12-12 22:18:55 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-dbase",
|
2022-01-27 23:23:57 +00:00
|
|
|
"version": "1.0.79",
|
2018-12-12 22:18:55 +00:00
|
|
|
"description": "easy CI for docker images",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2019-06-19 09:55:12 +00:00
|
|
|
"test": "echo \"Error: no test specified\"",
|
2019-06-19 09:47:48 +00:00
|
|
|
"build": "echo \"Not needed for now\""
|
2018-12-12 22:18:55 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2019-06-19 09:47:48 +00:00
|
|
|
"homepage": "https://gitlab.com/hosttoday/ht-docker-dbase#readme",
|
|
|
|
"private": true,
|
|
|
|
"files": [
|
|
|
|
"ts/*",
|
|
|
|
"ts_web/*",
|
|
|
|
"dist/*",
|
|
|
|
"dist_web/*",
|
|
|
|
"assets/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
|
|
|
]
|
2019-06-19 10:02:40 +00:00
|
|
|
}
|