UNPKG

node-hid-stream

Version:

Stream data from HID device in Node.js

58 lines (57 loc) 1.32 kB
{ "name": "node-hid-stream", "version": "1.1.0", "description": "Stream data from HID device in Node.js", "main": "lib/node-hid-stream.js", "engines": { "node": ">=8" }, "scripts": { "ci": "npm run coverage && npm run lint", "coverage": "istanbul cover jasmine && istanbul check-cover", "dev": "nodemon --exec 'clear && npm run test --silent && clear && npm run lint --silent'", "lint": "eslint spec examples", "test": "jasmine" }, "dependencies": { "node-hid": "^0.7.9", "split": "^1.0.0", "underscore": "^1.8.3" }, "devDependencies": { "eslint": "^6.2.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.0.1", "istanbul": "^0.4.5", "jasmine": "3.4.0", "mockery": "^2.0.0", "nodemon": "^1.19.1", "proxyquire": "2.1.3" }, "repository": { "type": "git", "url": "https://github.com/agirorn/node-hid-stream.git" }, "keywords": [ "HID", "USB", "barcode", "device", "human", "input", "keyboard", "stream" ], "author": "Emily Rose <emily@contactvibe.com>", "license": "MIT", "contributors": [ { "name": "Rony Kubat", "email": "rony@kubat.org" }, { "name": "Ægir Örn Símonarson", "email": "agirorn@gmail.com" } ] }