-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 757 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
31
32
33
34
{
"name": "node-xkeys",
"version": "0.0.1",
"description": "A library for using a PI Engineering XKeys HID device with Node",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/macoss/node-xkeys.git"
},
"keywords": [
"xkeys",
"PI Engineering",
"HID",
"XK-24",
"XK-80"
],
"author": "Rick Russell <rick@rickrussell.org> (http://github.com/macoss)",
"license": "ISC",
"bugs": {
"url": "https://github.com/macoss/node-xkeys/issues"
},
"homepage": "https://github.com/macoss/node-xkeys",
"devDependencies": {
"mocha": "*",
"should": ">=3.3.2"
},
"dependencies": {
"node-hid": ">=0.3.1",
"sleep": ">=1.1.5"
}
}