buzz-driver
Version:
Driver for 'Buzz!' for PlayStation 2 controllers
32 lines (31 loc) • 663 B
JSON
{
"name": "buzz-driver",
"version": "1.0.0",
"description": "Driver for 'Buzz!' for PlayStation 2 controllers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thelmgn/buzz.git"
},
"keywords": [
"buzz",
"playstation2",
"usb",
"hid",
"game",
"game-controller",
"controller"
],
"author": "theLMGN",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/thelmgn/buzz/issues"
},
"homepage": "https://github.com/thelmgn/buzz#readme",
"dependencies": {
"node-hid": "^0.7.9"
}
}