diff options
Diffstat (limited to 'module.json')
-rw-r--r-- | module.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/module.json b/module.json new file mode 100644 index 0000000..5595fe0 --- /dev/null +++ b/module.json @@ -0,0 +1,16 @@ +{ + "name": "hoverbit-ble", + "version": "0.0.1", + "description": "HOVER BIT Bluetooth receiver.", + "license": "MIT", + "dependencies": { + "codal-microbit": "git@github.com:lancaster-university/codal-microbit-v2.git#master" + }, + "targetDependencies": {}, + "extraIncludes": [ + "inc/", + "yotta_modules/" + ], + "bin": "./source", + "scripts": {} +} |