link-sniffer
Version:
Extracts all links within a string written in _markdown_ format.
36 lines (35 loc) • 780 B
JSON
{
"name": "link-sniffer",
"version": "2.0.0",
"description": "Extracts all links within a string written in _markdown_ format.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marciapsilva/link-sniffer.git"
},
"keywords": [
"laboratoria",
"link sniffer",
"markdown",
"extractor"
],
"author": "Marcia Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/marciapsilva/link-sniffer/issues"
},
"homepage": "https://github.com/marciapsilva/link-sniffer#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.5.0",
"mocha": "^5.2.0",
"nyc": "^13.0.1"
}
}