mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-01 11:34:42 +00:00
11 lines
303 B
JSON
11 lines
303 B
JSON
|
|
{
|
||
|
|
"name": "linter",
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|