jsin
Version:
JSIN - template engine. Server and client side. Includes, layouts. Async compiling. Pre-compiling for browser.
26 lines (25 loc) • 834 B
JSON
{
"name": "jsin",
"version": "0.1.12",
"description": "JSIN - template engine. Server and client side. Includes, layouts. Async compiling. Pre-compiling for browser.",
"keywords": ["template", "include", "render", "compile", "layout", "pre-compile", "server", "client", "browser"],
"homepage": "https://github.com/Aequiternus/node-jsin",
"bugs": "https://github.com/Aequiternus/node-jsin/issues",
"license": "MPL-2.0",
"author": {
"name": "Maksim Krylosov",
"email": "aequitenrus@gmail.com",
"url": "http://aeqdev.com/"
},
"bin": {
"jsinc": "./jsinc.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Aequiternus/node-jsin.git"
},
"optionalDependencies": {
"js-beautify": "*",
"uglify-js": "*"
}
}