{
  "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": []
}
