ht-docker-chrome/package.json

22 lines
540 B
JSON
Raw Normal View History

2018-05-15 23:57:55 +00:00
{
"name": "ht-docker-chrome",
"private": true,
2024-05-26 22:46:44 +00:00
"version": "1.0.10",
2018-05-15 23:57:55 +00:00
"description": "chrome for docker",
"main": "index.js",
"scripts": {
2024-05-26 18:10:38 +00:00
"test": "echo \"no test specified\"",
"build": "echo \"not needed for now\""
2018-05-15 23:57:55 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/hosttoday/ht-docker-chrome.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/hosttoday/ht-docker-chrome/issues"
},
"homepage": "https://gitlab.com/hosttoday/ht-docker-chrome#README"
}