mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-27 17:30:37 +09:00
11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"name": "autoclose",
|
|
"description": "Automatically places closing characters for quotes, parentheses, brackets, etc...",
|
|
"website": "https://github.com/zyedidia/micro",
|
|
"install": "https://github.com/zyedidia/micro",
|
|
"version": "1.0.0",
|
|
"require": [
|
|
"micro >= 2.0.0"
|
|
]
|
|
}
|