forked from node-hid/node-hid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 Bytes
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
{
"name": "node-hid",
"description": "USB HID device access library",
"version": "0.3.1",
"author": {
"name": "Hans Hübner",
"email": "hans.huebner@gmail.com",
"url": "https://github.com/hanshuebner"
},
"contributors": [
"Blake Miner <miner.blake@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/hanshuebner/node-hid.git"
},
"bundleDependencies": [ "hidapi" ],
"scripts": {
"preupdate": "sh get-hidapi.sh",
"preinstall": "sh get-hidapi.sh",
"install": "sh install.sh"
},
"main": "./index.js",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT/X11",
"dependencies": { },
"devDependencies": {}
}