diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7fc216 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# TeleComando +Telecomando per comandare video di Youtube, Netflix o VLC + +Utilizza robotjs per simulare la pressione dei tasti (https://github.com/octalmage/robotjs) diff --git a/package.json b/package.json index 8c79880..b6dbd39 100644 --- a/package.json +++ b/package.json @@ -13,5 +13,13 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ahab Hyde", - "license": "MIT" + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/AhabHyde/TeleComando.git" + }, + "bugs": { + "url": "https://github.com/AhabHyde/TeleComando/issues" + }, + "homepage": "https://github.com/AhabHyde/TeleComando#readme" }