UNPKG

transform-markdown-links

Version:
37 lines (36 loc) 821 B
{ "name": "transform-markdown-links", "version": "2.1.0", "description": "Transform the links in a Markdown file", "main": "index.js", "scripts": { "test": "xo && mocha" }, "repository": { "type": "git", "url": "git+https://github.com/gakimball/transform-markdown-links.git" }, "keywords": [ "markdown", "links", "replace", "transform" ], "author": "Geoff Kimball <geoff@geoffkimball.com> (http://geoffkimball.com)", "license": "MIT", "bugs": { "url": "https://github.com/gakimball/transform-markdown-links/issues" }, "homepage": "https://github.com/gakimball/transform-markdown-links#readme", "devDependencies": { "chai": "^3.5.0", "mocha": "^3.1.0", "xo": "^0.18.0" }, "engines": { "node": ">=4" }, "xo": { "space": true } }