project.json 721 B

1234567891011121314151617181920212223
  1. {
  2. "project_name": "ROS2-Gem-Demo",
  3. "project_id": "{13ee6f7a-c9d6-4919-b36b-ec4cd0a903cb}",
  4. "origin": "The primary repo for ROS2-Gem-Demo goes here: i.e. http://www.mydomain.com",
  5. "license": "What license ROS2-Gem-Demo uses goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  6. "display_name": "ROS2-Gem-Demo",
  7. "summary": "A short description of ROS2-Gem-Demo.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "ROS2-Gem-Demo"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "Gem"
  18. ],
  19. "restricted": "ROS2-Gem-Demo",
  20. "gem_names": [
  21. "ROS2"
  22. ]
  23. }