node-hidspy
Version:
An event based node.js c++ addon/binding to detect the hid device insertion/removal and notify the subscribed apps.
42 lines (41 loc) • 997 B
JSON
{
"name": "node-hidspy",
"version": "1.0.2",
"description": "An event based node.js c++ addon/binding to detect the hid device insertion/removal and notify the subscribed apps.",
"main": "index.js",
"scripts": {
"test": "node example/test.js",
"rebuild": "node-gyp rebuild",
"configure": "node-gyp configure"
},
"keywords": [
"hid",
"device",
"hardware",
"list",
"insert",
"add",
"remove",
"change",
"plug",
"unplug",
"notification"
],
"readme": "ReadMe.md",
"bugs": {
"url": "https://github.com/imlinhanchao/node-hidspy/issues"
},
"author": "Hancel.Lin <imlinhanchao@foxmail.com>",
"homepage": "https://github.com/imlinhanchao/node-hidspy",
"license": "ISC",
"gypfile": true,
"dependencies": {
"bindings": "^1.5.0",
"es6-promise": "^4.2.6",
"nan": "^2.13.2",
"prebuild-install": "^2.5.3"
},
"devDependencies": {
"prebuild": "^7.6.0"
}
}