infopack-gen-md-to-html
Version:
This infopack generator will take .md files as input and produce html
30 lines (29 loc) • 813 B
JSON
{
"name": "infopack-gen-md-to-html",
"version": "0.1.2",
"description": "This infopack generator will take .md files as input and produce html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/infopack/infopack-gen-md-to-html.git"
},
"keywords": [
"infopack",
"generator"
],
"author": "Johan Asplund <johan@lifehackab.se> (https://lifehackab.se)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/infopack/infopack-gen-md-to-html/issues"
},
"homepage": "https://gitlab.com/infopack/infopack-gen-md-to-html#readme",
"dependencies": {
"bluebird": "^3.7.2",
"escape-html": "^1.0.3",
"fast-glob": "^3.2.12",
"marked": "^4.1.0"
}
}