2016-11-04 19:38:00 +01:00
|
|
|
{
|
|
|
|
"name": "{0} block",
|
2023-01-11 18:51:27 +01:00
|
|
|
"description": "",
|
2016-11-04 19:38:00 +01:00
|
|
|
"dependencies": {
|
2016-11-05 02:32:13 +01:00
|
|
|
"core": "file:../core",
|
|
|
|
"bluetooth": "file:../bluetooth"
|
2016-11-04 19:38:00 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"main.blocks",
|
|
|
|
"main.ts",
|
|
|
|
"README.md"
|
|
|
|
]
|
|
|
|
}
|