shtml2html-fix
Version:
shtml2html is a HTML parser tool that will make include shtml files inline and save as html files.
37 lines (36 loc) • 761 B
JSON
{
"name": "shtml2html-fix",
"version": "1.0.9",
"description": "shtml2html is a HTML parser tool that will make include shtml files inline and save as html files.",
"main": "./src/shtml2html.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com/librajt/shtml2html.git"
},
"keywords": [
"shtml",
"html",
"shtml2html",
"include",
"ssi",
"nodejs"
],
"bin": {
"shtml2html": "./src/cli.js"
},
"dependencies": {
"commander": "~1.0.0"
},
"author": "librajt",
"license": "MIT",
"bugs": {
"url": "https://github.com/librajt/shtml2html/issues"
},
"homepage": "https://github.com/librajt/shtml2html#readme",
"directories": {
"test": "test"
}
}