pongoOS-Controller/package.json

19 lines
433 B
JSON
Raw Normal View History

2021-04-23 02:38:30 +02:00
{
2021-04-23 14:07:50 +02:00
"name": "pongoos-cmd-sender",
2021-05-06 01:02:06 +02:00
"version": "1.1.0",
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": {
"usb": "^1.7.0"
}
}