inhtml
Version:
Lightweight html generator to create sever-side-rendering pages with ease
24 lines (23 loc) • 565 B
JSON
{
"name": "inhtml",
"version": "1.1.1",
"description": "Lightweight html generator to create sever-side-rendering pages with ease ",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohitnairtech/inhtml.git"
},
"keywords": [
"html-generator",
"template-engine"
],
"author": "Rohit Nair",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohitnairtech/inhtml/issues"
},
"homepage": "https://github.com/rohitnairtech/inhtml#readme"
}