{ "name": "markdownlint-rule-github-internal-links", "version": "0.1.0", "description": "Custom markdownlint rule for checking internal links like those generated by Github", "main": "index.js", "scripts": { "prepare": "coffee -c index.coffee && require-self", "test:cli": "markdownlint README.md --rules markdownlint-rule-github-internal-links", "test:cli2": "markdownlint-cli2 README.md", "test": "npm run test:cli || npm run test:cli2" }, "repository": { "type": "git", "url": "git+https://github.com/edemaine/markdownlint-rule-github-internal-links.git" }, "keywords": [ "markdownlint-rule" ], "author": { "name": "Erik Demaine", "email": "edemaine@mit.edu", "url": "http://erikdemaine.org/" }, "license": "MIT", "bugs": { "url": "https://github.com/edemaine/markdownlint-rule-github-internal-links/issues" }, "homepage": "https://github.com/edemaine/markdownlint-rule-github-internal-links#readme", "devDependencies": { "coffeescript": "^2.5.1", "markdownlint-cli": "^0.23.2", "markdownlint-cli2": "0.0.6", "require-self": "^0.2.3" } }