pongoOS-Controller/package.json

19 lines
426 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",
"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"
},
2021-04-23 02:38:30 +02:00
"dependencies": {
"usb": "^1.7.0"
}
}