forked from MadLittleMods/node-usb-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1015 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
41
42
43
44
45
46
{
"name": "usb-detection",
"version": "1.4.1",
"description": "Listen to USB devices and detect changes on them.",
"main": "index.js",
"gypfile": true,
"scripts": {
"test": "mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git://github.com/MadLittleMods/node-usb-detection.git"
},
"keywords": [
"usb",
"device",
"hardware",
"list",
"insert",
"add",
"remove",
"change",
"plug",
"unplug",
"notification"
],
"homepage": "https://github.com/MadLittleMods/node-usb-detection",
"bugs": {
"url": "https://github.com/MadLittleMods/node-usb-detection/issues"
},
"license": {
"type": "MIT",
"url": "https://raw.github.com/MadLittleMods/node-usb-detection/master/licence"
},
"dependencies": {
"bluebird": "^2.9.27",
"eventemitter2": ">=0.4.11",
"nan": "^2.2.0"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"chalk": "^1.0.0",
"mocha": "^2.2.5"
}
}