infusion
Version:
Infusion is an application framework for developing flexible stuff with JavaScript
46 lines (45 loc) • 1.39 kB
JSON
{
"preferences": {
"name": "Preferences Framework",
"description": "Framework for implementing user preference editing and persistence",
"cssFiles": [
"PrefsEditor.css",
"SeparatedPanelPrefsEditor.css",
"FullNoPreviewPrefsEditor.css",
"FullPreviewPrefsEditor.css",
"FullPrefsEditor.css"
],
"files": [
"./js/URLUtilities.js",
"./js/Store.js",
"./js/UIEnhancer.js",
"./js/PrefsEditor.js",
"./js/Panels.js",
"./js/SelfVoicingPanel.js",
"./js/Enactors.js",
"./js/SelfVoicingEnactor.js",
"./js/StarterGrades.js",
"./js/SeparatedPanelPrefsEditor.js",
"./js/FullNoPreviewPrefsEditor.js",
"./js/FullPreviewPrefsEditor.js",
"./js/PrimaryBuilder.js",
"./js/AuxBuilder.js",
"./js/StarterSchemas.js",
"./js/SelfVoicingSchemas.js",
"./js/Builder.js"
],
"dependencies": [
"fonts",
"jQuery",
"jQueryUI",
"normalize",
"framework",
"enhancement",
"renderer",
"slidingPanel",
"textfieldSlider",
"tableOfContents",
"textToSpeech"
]
}
}