aboutsummaryrefslogtreecommitdiff
path: root/tests/webusb-test-shim/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webusb-test-shim/package.json')
-rw-r--r--tests/webusb-test-shim/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/webusb-test-shim/package.json b/tests/webusb-test-shim/package.json
new file mode 100644
index 0000000..4e8fc54
--- /dev/null
+++ b/tests/webusb-test-shim/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "webusb-test-runner",
+ "private": true,
+ "license": "LGPL-2.1",
+ "main": "index.js",
+ "author": "Ingvar Stepanyan <me@rreverser.com>",
+ "dependencies": {
+ "usb": "^2.11.0"
+ }
+}