We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44315b commit edb26bdCopy full SHA for edb26bd
.gitignore
@@ -0,0 +1 @@
1
+node_modules/
package.json
@@ -24,5 +24,8 @@
24
"bugs": {
25
"url": "https://github.com/codepope/BigRedButtonNodeHID/issues"
26
},
27
- "homepage": "https://github.com/codepope/BigRedButtonNodeHID"
+ "homepage": "https://github.com/codepope/BigRedButtonNodeHID",
28
+ "dependencies": {
29
+ "node-hid": "^0.5.1"
30
+ }
31
}
0 commit comments