UNPKG

ds4

Version:

Stream events from DualShock 4 controllers

41 lines (40 loc) 804 B
{ "name": "ds4", "version": "1.0.0-rc1", "description": "Stream events from DualShock 4 controllers", "main": "index.js", "bin": { "ds4-dump": "bin/ds4-dump.js" }, "dependencies": { "node-hid": "^0.5.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:ehd/node-ds4.git" }, "keywords": [ "dualshock", "dualshock4", "ds", "ds4", "game", "controller", "gamepad", "joystick", "stream", "usb", "bluetooth", "hid" ], "author": "Stephan Seidt <stephan.seidt@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ehd/node-ds4/issues" }, "homepage": "https://github.com/ehd/node-ds4" }