node-usbcontroller
Version:
This module aims to allow you to interface with any usb controller, needing only a simple config file.
32 lines (31 loc) • 853 B
JSON
{
"name": "node-usbcontroller",
"version": "0.1.6",
"description": "This module aims to allow you to interface with any usb controller, needing only a simple config file.",
"main": "main.js",
"directories": {
"example": "examples"
},
"dependencies": {
"node-hid": "^0.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Jabbath/node-usbController.git"
},
"keywords": [
"usb",
"controller",
"gamepad"
],
"author": "Anton Afanassiev <AntonAf@outlook.com> (https://github.com/Jabbath)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jabbath/node-usbController/issues"
},
"homepage": "https://github.com/Jabbath/node-usbController"
}