tenx_usb_missile_launcher/package.json

16 lines
435 B
JSON
Raw Permalink Normal View History

2016-07-19 20:10:35 +00:00
{
2016-07-27 22:35:06 +00:00
"name": "tenx-usb-missile-launcher-driver",
"version": "0.2.0",
"description": "Control Tenx USB Missile Launcher: Pan, Tilt and Fire. Sold in the UK by Marks and Spenser. USB ID 0x1130 0x0202",
"main": "tenx_driver.js",
2016-07-19 20:10:35 +00:00
"dependencies": {
"keypress": "^0.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2016-07-27 22:35:06 +00:00
"author": "Roger Hardiman",
2016-07-19 20:10:35 +00:00
"license": "MIT"
}