mirror of
https://github.com/vale981/tenx_usb_missile_launcher
synced 2025-03-04 17:31:38 -05:00
Update to 0.2.0
This commit is contained in:
parent
6bdadd8534
commit
e22415298e
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "tenx_driver",
|
"name": "tenx-usb-missile-launcher-driver",
|
||||||
"version": "1.0.0",
|
"version": "0.2.0",
|
||||||
"description": "Control Tenx USB Missile Launcher",
|
"description": "Control Tenx USB Missile Launcher: Pan, Tilt and Fire. Sold in the UK by Marks and Spenser. USB ID 0x1130 0x0202",
|
||||||
"main": "keyboard.js",
|
"main": "tenx_driver.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"keypress": "^0.2.1"
|
"keypress": "^0.2.1"
|
||||||
},
|
},
|
||||||
|
@ -10,6 +10,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "Roger Hardiman",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue