mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 09:50:13 +01:00
13 lines
349 B
JSON
13 lines
349 B
JSON
{
|
|
"name": "markdownlint-rules-test",
|
|
"version": "0.0.1",
|
|
"description": "Package of markdownlint custom rules used for testing",
|
|
"main": "rules.js",
|
|
"author": "David Anson (https://dlaa.me/)",
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"markdownlint-rules"
|
|
],
|
|
"private": true
|
|
}
|