node-usbspy
Version:
An event based node.js c++ addon/binding to retrive the connected usb storage devices and detect the storage device insertion/removal and notify the subscribed apps
41 lines (40 loc) • 993 B
JSON
{
"name": "node-usbspy",
"version": "1.1.5",
"description": "An event based node.js c++ addon/binding to retrive the connected usb storage devices and detect the storage device insertion/removal and notify the subscribed apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rebuild": "node-gyp rebuild"
},
"keywords": [
"usb",
"device",
"hardware",
"list",
"insert",
"add",
"remove",
"change",
"plug",
"unplug",
"notification"
],
"readme": "ReadMe.md",
"bugs": {
"url": "https://github.com/jaganathanb/node-usbspy/issues"
},
"author": "Jaganathan B <jaganathan.eswaran@gmail.com>",
"homepage": "https://github.com/jaganathanb/node-usbspy",
"license": "ISC",
"gypfile": true,
"dependencies": {
"bindings": "^1.3.0",
"es6-promise": "^4.2.2",
"nan": "^2.10.0",
"prebuild-install": "^2.5.3"
},
"devDependencies": {
"prebuild": "^7.6.0"
}
}