remark-lint/packages/remark-lint-no-file-name-mixed-case/package.json
2020-03-24 15:07:01 +01:00

33 lines
831 B
JSON

{
"name": "remark-lint-no-file-name-mixed-case",
"version": "1.0.4",
"description": "remark-lint rule to warn when file names use mixed case",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"remark-lint-rule",
"file",
"name",
"case"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-no-file-name-mixed-case",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
"unified-lint-rule": "^1.0.0"
},
"xo": false
}