infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
19 lines (18 loc) • 538 B
JSON
{
"name": "fluid-renderer",
"description": "Dynamically renders HTML templates on the client-side, without requiring you to mix your code and markup together.",
"version": "4.0.0",
"license": "(BSD-3-Clause OR ECL-2.0)",
"infusion": {
"jsCommonFiles": [
"./js/fluidParser.js",
"./js/fluidRenderer.js",
"./js/RendererUtilities.js"
]
},
"dependencies": {
"jquery": "3.7.1",
"fluid-framework": "^4.0.0",
"fast-xml-pull": "4.0.0"
}
}