-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 757 Bytes
/
package.json
File metadata and controls
37 lines (37 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
35
36
37
{
"name": "hid-engine",
"version": "0.0.2",
"description": "USB/HID Sequence Based Event Trigger",
"main": "lib/hid-engine.js",
"author": "Casey Watson",
"license": "MIT",
"dependencies": {
"node-hid": "~0.3.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.8.0",
"grunt-mocha-test": "~0.8.1"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/watsoncj/hid-engine.git"
},
"keywords": [
"usb",
"hid",
"controller",
"sequence",
"event"
],
"bugs": {
"url": "https://github.com/watsoncj/hid-engine/issues"
},
"homepage": "https://github.com/watsoncj/hid-engine"
}