fix(core): initial

This commit is contained in:
2018-05-16 01:57:55 +02:00
commit 7a98b6c666
3 changed files with 141 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ht-docker-chrome",
"private": true,
"version": "1.0.0",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}