-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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 <[email protected]>",
"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"
}
}