UNPKG

markdown-serve

Version:

Simple Markdown files server for use as an Express middleware or standalone

41 lines (40 loc) 985 B
{ "name": "markdown-serve", "version": "0.9.0", "description": "Simple Markdown files server for use as an Express middleware or standalone", "main": "index.js", "scripts": { "test": "mocha test/*.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/lyphtec/markdown-serve.git" }, "keywords": [ "express", "markdown", "middleware", "markdown-serve", "express middleware" ], "author": "Nguyen Ly <lyphtec@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lyphtec/markdown-serve/issues" }, "homepage": "http://lyphtec.github.io/markdown-serve", "dependencies": { "js-yaml": "^4.1.0", "lodash": "^4.17.21", "marked": "^15.0.2", "mkdirp": "^3.0.1" }, "devDependencies": { "chai": "^4.3.10", "express": "~4.21.1", "mocha": "^10.8.2", "pug": "^3.0.3", "rimraf": "^2.6.3", "supertest": "^7.0.0" } }