mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-03 22:48:49 +01:00
14 lines
349 B
JSON
14 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
|
||
|
|
}
|