remark-lint/packages/remark-lint-no-shell-dollars/package.json
2018-11-22 12:19:09 +01:00

29 lines
765 B
JSON

{
"name": "remark-lint-no-shell-dollars",
"version": "1.0.2",
"description": "remark-lint rule to warn when shell code is prefixed by dollars",
"license": "MIT",
"keywords": [
"remark",
"lint",
"rule",
"dollar",
"shel"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/master/packages/remark-lint-no-shell-dollars",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"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",
"unist-util-generated": "^1.1.0",
"unist-util-visit": "^1.1.1"
},
"xo": false
}