asciidoc-link-extractor
Version:
Extract all hyperlinks from asciidoc files.
22 lines (21 loc) • 470 B
JSON
{
"name": "asciidoc-link-extractor",
"version": "1.0.3",
"description": "Extract all hyperlinks from asciidoc files.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gaurav-nelson/asciidoc-link-extractor"
},
"keywords": [
"asciidoc",
"link",
"hyperlinks",
"extractor"
],
"author": "Gaurav Nelson",
"license": "MIT"
}