blob: 5595fe01367c22ba872bb59c377c145124c5902d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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": {}
}
|