markdownlint/test/rules/npm/package.json

14 lines
345 B
JSON
Raw Normal View History

2018-02-15 21:35:58 -08:00
{
"name": "markdownlint-rule-sample",
2018-02-15 21:35:58 -08:00
"version": "0.0.1",
"description": "Package for markdownlint custom rule sample",
"main": "sample-rule.js",
2018-02-15 21:35:58 -08:00
"author": "David Anson (https://dlaa.me/)",
"homepage": "https://github.com/DavidAnson/markdownlint",
"license": "MIT",
"keywords": [
"markdownlint-rule"
2018-02-15 21:35:58 -08:00
],
"private": true
}