ht-docker-dbase/package.json

35 lines
752 B
JSON
Raw Normal View History

2018-12-12 22:18:55 +00:00
{
"name": "ht-docker-dbase",
2023-06-25 11:11:37 +00:00
"version": "1.0.88",
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
}