Update package.json

This commit is contained in:
Yaya4 2021-04-23 14:07:50 +02:00 committed by GitHub
parent 6e8bb031f7
commit 9a88b95ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": { "dependencies": {
"usb": "^1.7.0" "usb": "^1.7.0"
} }