{
  "name": "skypager-documents",
  "version": "7.0.0",
  "description": "skypager document collections",
  "main": "index.js",
  "scripts": {
    "test": "../skypager/node_modules/.bin/mocha-webpack --webpack-config webpack.config.test.js 'src/**/*.spec.js'",
    "build": "../skypager/bin/skypager-webpack",
    "lint": "make lint",
    "preversion": "make"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/skypager/skypager-documents.git"
  },
  "keywords": [
    "skypager",
    "markdown",
    "active",
    "writing",
    "living",
    "documents"
  ],
  "author": "Jon Soeder <jon@chicago.com> (https://twitter.com/soederpop)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/skypager/skypager/issues"
  },
  "homepage": "https://github.com/skypager/skypager#readme",
  "dependencies": {
    "bluebird": "^3.4.1",
    "convert-vinyl-to-vfile": "^1.0.0",
    "docblock-parser": "^1.0.0",
    "fbemitter": "^2.0.2",
    "fs-extra-promise": "^0.4.1",
    "globby": "^6.0.0",
    "hast-to-hyperscript": "^2.0.3",
    "hast-util-parse-selector": "^2.0.0",
    "hastscript": "^3.0.0",
    "lodash": "^4.16.4",
    "mdast-util-heading-range": "^2.0.1",
    "mdast-util-inject": "^1.1.0",
    "mdast-util-to-string": "^1.0.2",
    "mdast-zone": "^3.0.0",
    "mem-fs": "^1.1.3",
    "minimist": "^1.2.0",
    "path-is-absolute": "^1.0.0",
    "rehype-document": "^1.0.0",
    "rehype-stringify": "^2.0.0",
    "remark": "^5.1.0",
    "remark-autolink-headings": "^4.0.0",
    "remark-cli": "^2.0.0",
    "remark-comment-blocks": "^2.0.1",
    "remark-comment-config": "^4.0.1",
    "remark-contributors": "^2.0.0",
    "remark-github": "^6.0.1",
    "remark-html": "^5.0.0",
    "remark-license": "^2.0.1",
    "remark-lint": "^4.0.2",
    "remark-normalize-headings": "^0.3.0",
    "remark-parse": "^2.0.1",
    "remark-react": "^3.1.0",
    "remark-rehype": "^1.0.0",
    "remark-retext": "^2.0.0",
    "remark-slug": "^4.2.0",
    "remark-squeeze-paragraphs": "^3.0.0",
    "remark-stringify": "^1.0.0",
    "remark-strip-badges": "^3.0.2",
    "remark-toc": "^3.1.0",
    "remark-usage": "^4.0.1",
    "remark-validate-links": "^5.0.0",
    "remark-yaml-annotations": "^1.0.2",
    "remark-yaml-config": "^3.0.2",
    "retext-emoji": "^2.0.0",
    "retext-english": "^2.0.0",
    "retext-keywords": "^3.0.0",
    "retext-overuse": "^1.0.2",
    "retext-readability": "^3.0.1",
    "retext-repeated-words": "^1.0.0",
    "retext-simplify": "^3.0.0",
    "retext-stringify": "^1.0.0",
    "retext-syntax-mentions": "^1.0.0",
    "skypager-registry": "^7.0.0",
    "skypager-util": "^6.5.0",
    "unist-util-filter": "^0.2.1",
    "unist-util-find-after": "^1.0.1",
    "unist-util-find-all-after": "^1.0.0",
    "unist-util-find-all-before": "^1.0.0",
    "unist-util-index": "^0.1.0",
    "unist-util-map": "^1.0.2",
    "unist-util-parents": "^0.1.2",
    "unist-util-position": "^2.0.1",
    "unist-util-remove-position": "^1.1.0",
    "unist-util-select": "^1.5.0",
    "unist-util-source": "^1.0.1",
    "unist-util-visit": "^1.1.0",
    "vfile": "^2.0.0",
    "vfile-reporter": "^3.0.0",
    "vinyl-file": "^2.0.0",
    "vinyl-read": "^1.0.0"
  },
  "devDependencies": {
    "skypager-webpack": "^6.5.0",
    "babel-preset-skypager": "^5.20.0",
    "chai": "^3.5.0",
    "esdoc": "^0.4.8",
    "esdoc-es7-plugin": "0.0.3",
    "eslint": "^3.2.2",
    "eslint-config-skypager": "^5.0.4",
    "mocha": "^3.0.1"
  }
}
