|
@@ -0,0 +1,14 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "ZuluSCSI_platform_RP2MCU",
|
|
|
|
|
+ "version": "1.0",
|
|
|
|
|
+ "repository": { "type": "git", "url": "git://github.com/ZulusCSI/ZuluSCSI-firmware" },
|
|
|
|
|
+ "authors": [{ "name": "Rabbit Hole Computing", "email": "support@zuluscsi.com" }],
|
|
|
|
|
+ "license": "GPL-3.0-or-later",
|
|
|
|
|
+ "homepage": "http://zuluscsi.com",
|
|
|
|
|
+ "frameworks": "*",
|
|
|
|
|
+ "platforms": "*",
|
|
|
|
|
+ "dependencies":
|
|
|
|
|
+ {
|
|
|
|
|
+ "CUEParser": "https://github.com/rabbitholecomputing/CUEParser"
|
|
|
|
|
+ }
|
|
|
|
|
+}
|