2019-09-20 13:43:06 +00:00
|
|
|
{
|
|
|
|
"name": "ht-docker-static",
|
2021-04-15 08:37:22 +00:00
|
|
|
"version": "1.0.6",
|
2019-09-20 13:43:06 +00:00
|
|
|
"description": "## Status",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-09-20 13:48:45 +00:00
|
|
|
"test": "echo \"INFO: -> no test specified\"",
|
2021-04-15 08:32:51 +00:00
|
|
|
"startDocker": "bash -x dockerdev.sh"
|
2019-09-20 13:43:06 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-static.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/hosttoday/ht-docker-static/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/hosttoday/ht-docker-static#readme"
|
|
|
|
}
|