pongoOS-Controller/package.json

19 lines
433 B
JSON
Raw Permalink Normal View History

2021-04-23 02:38:30 +02:00
{
2021-04-23 14:07:50 +02:00
"name": "pongoos-cmd-sender",
2021-12-14 22:58:10 +01:00
"version": "1.1.1",
2021-04-23 14:07:50 +02:00
"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",
2021-04-23 14:14:59 +02:00
"license": "unlicensed",
2021-04-23 14:07:50 +02:00
"bugs": {
"url": "https://github.com/Yaya48/pongoOS-Controller/issues"
},
2021-04-23 02:38:30 +02:00
"dependencies": {
2021-12-14 22:58:10 +01:00
"usb": "^1.9.2"
2021-04-23 02:38:30 +02:00
}
}