gem.json 868 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "gem_name": "${Name}",
  3. "version": "${Version}",
  4. "display_name": "${Name}",
  5. "license": "What license ${Name} uses goes here: i.e. Apache-2.0 or MIT",
  6. "license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
  7. "origin": "The name of the originator goes here. i.e. XYZ Inc.",
  8. "origin_url": "The primary repo for ${Name} goes here: i.e. http://www.mydomain.com",
  9. "type": "",
  10. "summary": "A short description of ${Name}.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "${Name}"
  16. ],
  17. "platforms": [
  18. "${Platforms}"
  19. ],
  20. "icon_path": "preview.png",
  21. "requirements": "",
  22. "documentation_url": "",
  23. "dependencies": [
  24. ],
  25. "compatible_engines": [
  26. ],
  27. "engine_api_dependencies":[
  28. ]
  29. }