infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
26 lines (25 loc) • 679 B
JSON
{
"reorderer": {
"name": "Reorderer",
"description": "Reposition content using drag and drop with the mouse or the keyboard.",
"cssFiles": [
"Reorderer.css",
"ImageReorderer.css"
],
"files": [
"./js/ReordererDOMUtilities.js",
"./js/GeometricManager.js",
"./js/Reorderer.js",
"./js/ImageReorderer.js",
"./js/ModuleLayout.js",
"./js/LayoutReorderer.js"
],
"dependencies": [
"jQuery",
"jQueryUI",
"jQueryTouchPunchPlugin",
"normalize",
"framework"
]
}
}