infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
17 lines (16 loc) • 448 B
JSON
{
"renderer": {
"name": "Renderer",
"description": "Dynamically renders HTML templates on the client-side, without requiring you to mix your code and markup together.",
"files": [
"./js/fluidParser.js",
"./js/fluidRenderer.js",
"./js/RendererUtilities.js"
],
"dependencies": [
"jQuery",
"framework",
"fastXmlPull"
]
}
}