mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-20 07:50:12 +01:00
18 lines
527 B
JSON
18 lines
527 B
JSON
{
|
|
"name": "markdownlint-rule-helpers",
|
|
"version": "0.5.0",
|
|
"description": "A collection of markdownlint helper functions for custom rules",
|
|
"main": "helpers.js",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DavidAnson/markdownlint.git"
|
|
},
|
|
"bugs": "https://github.com/DavidAnson/markdownlint/issues",
|
|
"keywords": [
|
|
"markdownlint",
|
|
"markdownlint-rule"
|
|
]
|
|
}
|