infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
27 lines (26 loc) • 759 B
JSON
{
"name": "fluid-reorderer",
"description": "Reposition content using drag and drop with the mouse or the keyboard.",
"version": "4.0.0",
"license": "(BSD-3-Clause OR ECL-2.0)",
"infusion": {
"cssFiles": [
"./css/Reorderer.css",
"./css/ImageReorderer.css"
],
"jsCommonFiles": [
"./js/ReordererDOMUtilities.js",
"./js/GeometricManager.js",
"./js/Reorderer.js",
"./js/ImageReorderer.js",
"./js/ModuleLayout.js",
"./js/LayoutReorderer.js"
]
},
"dependencies": {
"jquery": "3.7.1",
"jquery-ui": "1.14.1",
"jquery-ui-touch-punch": "0.2.3",
"fluid-framework": "^4.0.0"
}
}