infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
20 lines (19 loc) • 543 B
JSON
{
"name": "fluid-enhancement",
"description": "Provides support for progressively enhancing components based on the capabilities of the browser.",
"version": "4.0.0",
"license": "(BSD-3-Clause OR ECL-2.0)",
"infusion": {
"cssFiles": [
"./css/ProgressiveEnhancement.css"
],
"jsCommonFiles": [
"./js/ContextAwareness.js",
"./js/ProgressiveEnhancement.js"
]
},
"dependencies": {
"jquery": "3.7.1",
"fluid-framework": "^4.0.0"
}
}