quiver2html
Version:
A utility to convert a Quiver notebook or note to HTML.
30 lines (29 loc) • 684 B
JSON
{
"name": "quiver2html",
"version": "0.3.0",
"description": "A utility to convert a Quiver notebook or note to HTML.",
"bin": {
"quiver2html": "./bin/quiver2html"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/HappenApps/quiver2html.git"
},
"keywords": [
"quiver"
],
"author": "Yaogang Lian",
"license": "MIT",
"bugs": {
"url": "https://github.com/HappenApps/quiver2html/issues"
},
"homepage": "https://github.com/HappenApps/quiver2html",
"dependencies": {
"fs-extra": "^8.1.0",
"markdown-it": "^10.0.0",
"nomnom": "^1.8.1"
}
}