tripledoc
Version:
Library to read, create and update documents on a Solid Pod
38 lines (37 loc) • 830 B
JSON
{
"name": "markdown-link",
"description": "Micro util for generating a single markdown link.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/markdown-link",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/markdown-link.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/markdown-link/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/markdown-link/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"keywords": []
}