UNPKG

evdev

Version:
43 lines (42 loc) 948 B
{ "name": "evdev", "version": "0.3.0", "description": "An Evdev events reader.", "private": false, "main": "lib/index.js", "scripts": { "test": "grunt test", "build": "node-gyp rebuild", "start": "node index.js event-joystick" }, "os": [ "linux" ], "devDependencies": { "chai": "^4.1.2", "grunt": "^1.0.3", "grunt-contrib-jshint": "^1.1.0", "grunt-mocha-test": "^0.13.3", "mocha": "^5.2.0", "node-gyp": "^7.0.0", "rewire": "^4.0.1" }, "repository": { "type": "git", "url": "git://github.com/sdumetz/node-evdev.git" }, "keywords": [ "evdev", "input", "joystick", "gamepad", "xpad" ], "author": "Sebastien Dumetz <s.dumetz@holusion.com> (https://github.com/sdumetz)", "license": "MIT", "bugs": { "url": "https://github.com/sdumetz/node-evdev/issues" }, "homepage": "https://github.com/sdumetz/node-evdev", "typings": "index.d.ts" }