|
|
@ -0,0 +1,43 @@ |
|
|
|
{ |
|
|
|
"title": "Library: Chat Commands", |
|
|
|
"description": "Allows for easy registration of custom chat commands such as /command", |
|
|
|
"version": "1.4.0", |
|
|
|
"library": true, |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Cody Swendrowski", |
|
|
|
"url": "https://swendrowski.us", |
|
|
|
"email": "cody@swendrowski.us", |
|
|
|
"discord": "cswendrowski#9701", |
|
|
|
"flags": {} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "The League of Extraordinary FVTT Developers", |
|
|
|
"url": "https://github.com/League-of-Foundry-Developers", |
|
|
|
"discord": "https://discord.gg/Es2Bv9MyaR", |
|
|
|
"flags": {} |
|
|
|
} |
|
|
|
], |
|
|
|
"esmodules": [ |
|
|
|
"/scripts/module.js" |
|
|
|
], |
|
|
|
"styles": [ |
|
|
|
"styles/chatcommands.css" |
|
|
|
], |
|
|
|
"url": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib", |
|
|
|
"manifest": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/latest/download/module.json", |
|
|
|
"download": "https://github.com/League-of-Foundry-Developers/Chat-Commands-Lib/releases/download/1.4.0/module.zip", |
|
|
|
"media": [ |
|
|
|
{ |
|
|
|
"type": "icon", |
|
|
|
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4", |
|
|
|
"loop": false, |
|
|
|
"flags": {} |
|
|
|
} |
|
|
|
], |
|
|
|
"id": "_chatcommands", |
|
|
|
"compatibility": { |
|
|
|
"minimum": "0.6.2", |
|
|
|
"verified": "10" |
|
|
|
} |
|
|
|
} |