{
  "name": "reflinks",
  "description": "Generate (relative) reference links for a glob of markdown files, allowing you to more easily create references from one file to another.",
  "version": "1.0.0",
  "homepage": "https://github.com/jonschlinkert/reflinks",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/reflinks",
  "bugs": {
    "url": "https://github.com/jonschlinkert/reflinks/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "data-store": "^3.0.0",
    "date-store": "^0.1.2",
    "get-pkg": "^1.0.0",
    "markdown-reference": "^0.1.0",
    "ora": "^2.1.0",
    "pkg-homepage": "^0.1.1"
  },
  "devDependencies": {
    "gulp-format-md": "^1.0.0",
    "mocha": "^5.2.0"
  },
  "keywords": [
    "link",
    "links",
    "markdown",
    "md",
    "reference",
    "reflink",
    "reflinks"
  ],
  "verb": {
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "markdown-utils",
        "remarkable"
      ]
    },
    "layout": "default",
    "toc": false,
    "tasks": [
      "readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
