mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2025-12-15 08:24:45 -05:00
Add compatibility, tags, and stats metadata to repository.json
This commit is contained in:
@@ -20,5 +20,26 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"defaultBranch": "main",
|
"defaultBranch": "main",
|
||||||
"lastUpdated": "2024-02-12T00:00:00Z",
|
"lastUpdated": "2024-02-12T00:00:00Z",
|
||||||
"trust": "official"
|
"trust": "official",
|
||||||
|
"compatibility": {
|
||||||
|
"hristudio": {
|
||||||
|
"min": "0.1.0",
|
||||||
|
"recommended": "0.1.0"
|
||||||
|
},
|
||||||
|
"ros2": {
|
||||||
|
"distributions": ["humble", "iron"],
|
||||||
|
"recommended": "iron"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"official",
|
||||||
|
"mobile-robots",
|
||||||
|
"ros2",
|
||||||
|
"turtlebot"
|
||||||
|
],
|
||||||
|
"stats": {
|
||||||
|
"downloads": 0,
|
||||||
|
"stars": 0,
|
||||||
|
"plugins": 1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user