{
  "name"          : "render-readme",
  "version"       : "1.3.1",
  "description"   : "render and sanitize readme.md just like github would",

  "author"        : { "name"  : "Alex Kocharin",
                      "email" : "alex@kocharin.ru" },

  "repository"    : { "type"  : "git",
                      "url"   : "git://github.com/rlidwka/render-readme" },

  "dependencies"  : { "markdown-it"     : "4.x",
                      "sanitize-html"   : "1.x >=1.4",
                      "js-yaml"         : "3.x >=3.2",
                      "highlight.js"    : "8.x" },
  
  "publishConfig" : { "registry" : "https://registry.npmjs.org/" },

  "license"       : "MIT"
}
