23 lines
614 B
JSON
23 lines
614 B
JSON
|
[{
|
||
|
"Name": "misspell",
|
||
|
"Description": "plugin that corrects commonly misspelled words",
|
||
|
"Tags": ["spell", "check", "misspell"],
|
||
|
"Website": "https://github.com/onodera-punpun/micro-misspell-plugin",
|
||
|
"Versions": [
|
||
|
{
|
||
|
"Version": "0.2.0",
|
||
|
"Url": "https://github.com/micro-editor/updated-plugins/releases/download/v1.0.0/misspell-0.2.0.zip",
|
||
|
"Require": {
|
||
|
"micro": ">=2.0.0-1"
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"Version": "0.1.0",
|
||
|
"Url": "https://github.com/onodera-punpun/micro-misspell-plugin/archive/0.1.0.zip",
|
||
|
"Require": {
|
||
|
"micro": ">=1.0.3"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}]
|