pongoOS-Controller/package.json
2021-12-14 22:58:10 +01:00

19 lines
433 B
JSON

{
"name": "pongoos-cmd-sender",
"version": "1.1.1",
"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": "unlicensed",
"bugs": {
"url": "https://github.com/Yaya48/pongoOS-Controller/issues"
},
"dependencies": {
"usb": "^1.9.2"
}
}