mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-18 15:00:29 +00:00
10 lines
306 B
JSON
10 lines
306 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"
|
|
]
|
|
}
|