From 7747663e00969c5ae55b33ae329d9e7375a87266 Mon Sep 17 00:00:00 2001 From: Ahab Date: Mon, 14 Aug 2017 22:37:41 +0200 Subject: [PATCH] Aggiunto readme e aggiornato package --- README.md | 4 ++++ package.json | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 README.md 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" }