mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-23 01:10:23 +00:00
11 lines
272 B
JSON
11 lines
272 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|