gem.json 701 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "gem_name": "${Name}",
  3. "version": "${Version}",
  4. "display_name": "${DisplayName}",
  5. "license": "${License}",
  6. "license_url": "${LicenseURL}",
  7. "origin": "${Origin}",
  8. "origin_url": "${OriginURL}",
  9. "type": "Code",
  10. "summary": "${Summary}",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "${UserTags}"
  16. ],
  17. "platforms": [
  18. "${Platforms}"
  19. ],
  20. "icon_path": "${IconPath}",
  21. "requirements": "${Requirements}",
  22. "documentation_url": "${DocumentationURL}",
  23. "dependencies": [
  24. "Atom_RPI",
  25. "Atom"
  26. ],
  27. "repo_uri": "${RepoURI}",
  28. "compatible_engines": [
  29. ],
  30. "engine_api_dependencies":[
  31. ]
  32. }