ht-docker-dbase/package.json
2019-11-24 13:53:01 +00:00

35 lines
752 B
JSON

{
"name": "ht-docker-dbase",
"version": "1.0.47",
"description": "easy CI for docker images",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "echo \"Not needed for now\""
},
"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",
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}