From 9a88b95ae6c80b4a5313e00fb3f20a8dd24112ad Mon Sep 17 00:00:00 2001 From: Yaya4 <34249303+Yaya48@users.noreply.github.com> Date: Fri, 23 Apr 2021 14:07:50 +0200 Subject: [PATCH] Update package.json --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package.json b/package.json index 7ddf1b6..3e9e008 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,17 @@ { + "name": "pongoos-cmd-sender", + "version": "1.0.0", + "description": "Send command to a device connected and running pongOS.", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/Yaya48/pongoOS-Controller.git" + }, + "author": "Yaya4", + "license": "ISC", + "bugs": { + "url": "https://github.com/Yaya48/pongoOS-Controller/issues" + }, "dependencies": { "usb": "^1.7.0" }