express-readme
Version:
Serve your README as GitHub would do within Express 4.
25 lines (24 loc) • 600 B
JSON
{
"name": "express-readme",
"version": "0.0.5",
"description": "Serve your README as GitHub would do within Express 4.",
"keywords": [
"express",
"readme",
"github",
"markdown",
"textile",
"gfm"
],
"homepage": "https://github.com/bryanjhv/express-readme",
"license": "MIT",
"author": "Bryan Horna <bryanjhv@gmail.com> (https://bryanjhv.github.io)",
"main": "lib/index.js",
"repository": "bryanjhv/express-readme",
"dependencies": {
"asciidoctor.js": "1.5.2",
"github-markdown-css": "2.4.1",
"marked": "0.3.6",
"textile-js": "2.0.1"
}
}