UNPKG

remark-a11y-link

Version:

Remark plugin to embed accessible links in markdown.

41 lines (40 loc) 891 B
{ "name": "remark-a11y-link", "version": "1.0.0", "description": "Remark plugin to embed accessible links in markdown.", "main": "dist/index.js", "scripts": { "build": "rollup -c", "test": "jest" }, "author": "Marcus Raevmann Brown", "homepage": "https://github.com/Healios/remark-a11y-link", "repository": { "type": "git", "url": "https://github.com/Healios/remark-a11y-link.git" }, "bugs": { "url": "https://github.com/Healios/remark-a11y-link/issues" }, "license": "MIT", "keywords": [ "remark", "markdown", "wcag", "a11y", "accessability", "link" ], "dependencies": { "unist-util-visit": "1.4.0" }, "devDependencies": { "jest": "^27.0.4", "remark": "^13.0.0", "rollup": "^2.52.1", "rollup-plugin-copy": "^3.4.0" }, "files": [ "dist" ] }