mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-01-20 09:59:48 +00:00
* Initial Commit * Fix plugin library URL * Need to set plugin library location for prerelease * Styling tweaks * Docs * Add tests that the core plugins all have a valid stability field
9 lines
273 B
JSON
9 lines
273 B
JSON
{
|
|
"title": "$:/plugins/tiddlywiki/aws",
|
|
"name": "AWS",
|
|
"description": "Amazon Web Services extensions and tools",
|
|
"list": "readme setup commands lambda",
|
|
"dependents": ["$:/plugins/tiddlywiki/async","$:/plugins/tiddlywiki/jszip"],
|
|
"stability": "STABILITY_2_STABLE"
|
|
}
|