All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB

1 year ago
  1. {
  2. "title": "Library: Chat Commands",
  3. "description": "Allows for easy registration of custom chat commands such as /command",
  4. "version": "1.4.0",
  5. "library": true,
  6. "authors": [
  7. {
  8. "name": "Cody Swendrowski",
  9. "url": "https://swendrowski.us",
  10. "email": "cody@swendrowski.us",
  11. "discord": "cswendrowski#9701",
  12. "flags": {}
  13. },
  14. {
  15. "name": "The League of Extraordinary FVTT Developers",
  16. "url": "https://github.com/League-of-Foundry-Developers",
  17. "discord": "https://discord.gg/Es2Bv9MyaR",
  18. "flags": {}
  19. }
  20. ],
  21. "esmodules": [
  22. "/scripts/module.js"
  23. ],
  24. "styles": [
  25. "styles/chatcommands.css"
  26. ],
  27. "url": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib",
  28. "manifest": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/latest/download/module.json",
  29. "download": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/download/1.4.0/module.zip",
  30. "media": [
  31. {
  32. "type": "icon",
  33. "url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4",
  34. "loop": false,
  35. "flags": {}
  36. }
  37. ],
  38. "id": "_chatcommands",
  39. "compatibility": {
  40. "minimum": "0.6.2",
  41. "verified": "10"
  42. }
  43. }