micro/runtime/plugins/linter/info.json

11 lines
272 B
JSON
Raw Normal View History

2019-08-07 05:24:03 +00:00
{
"name": "linter",
"description": "Automatic code linting for a variety of languages.",
"website": "https://github.com/zyedidia/micro",
"install": "https://github.com/zyedidia/micro",
"version": "1.0.0",
"require": [
"micro >= 2.0.0"
]
}