{ "name": "readme-ssi",
  "version": "0.1.18",
  "description": "Update your markdown readme's ToC and snippets without seperate template or docs files, according to directives that remind of Server Side Includes. [npm search keywords: code examples, documentation, table of contents]",
  "keywords": [
    "code example",
    "code examples",
    "doc",
    "documentation",
    "include",
    "readme",
    "snippet",
    "snippets",
    "SSI", "ssi", "server side includes",
    "table of contents",
    "TOC", "toc",
    "update"
  ],

  "author": "M.K. (https://github.com/mk-pmb)",
  "homepage": "https://github.com/mk-pmb/readme-ssi#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mk-pmb/readme-ssi.git"
  },
  "bugs": {
    "url": "https://github.com/mk-pmb/readme-ssi/issues"
  },

  "private": false, "license": "ISC",

  "bin": { "readme-ssi-update": "cli.js" },
  "main": "readme-ssi.js",
  "scripts": { "test": "nodejs readme-ssi.js" },
  "directories": {
    "doc": "doc",
    "test": "test"
  },

  "dependencies": {
    "bluebird": "^3.7.2",
    "objdive": "^0.1.4",
    "render-ssi-like-file-pmb": "^0.1.10",
    "unresolve": "^1.0.3",
    "xmlunidefuse": "^0.1.4"
  },

  "npm vs. BOM = Unexpected token": "-*- coding: UTF-8 -*-"
}
