diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 19:49:01 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 19:49:01 +0100 |
commit | cee3d11da77a1754768fcbd58cca2b61874bcef8 (patch) | |
tree | b1f98d5293b0db106cd1005e455a3d64501fadd2 /package.json | |
parent | c852786742f7d9e9fc0ca1109c0fddba4f3e80df (diff) | |
download | hoverbit-ble-cee3d11da77a1754768fcbd58cca2b61874bcef8.tar.gz hoverbit-ble-cee3d11da77a1754768fcbd58cca2b61874bcef8.zip |
:sparkles: Make first version of interface
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ba07630 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "hoverbit-ble", + "version": "1.0.0", + "description": "", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "dependencies": { + "microbit-web-bluetooth": "^0.6.0" + } +} |