forked from BAvila/Ext.ux.AccordionList
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "Ext.ux.AccordionList",
"version": "1.1.1",
"repository": "https://github.com/kawanoshinobu/Ext.ux.AccordionList",
"license": "MIT",
"type": "code",
"creator": "Shinobu Kawano",
"summary": "Accordion List for Sencha Touch 2",
"detailedDescription": "Collapsible List with Ext.data.TreeStore. You can expand and collapse contents by header item tap. Also it can nested infinity.",
"compatVersion": "1",
"architect": {
"compatFrameworks": [
"touch20",
"touch21",
"touch22",
"touch23",
"touch24"
],
"requires": [
"ux/AccordionListItem.js"
],
"classes": [{
"definition": "AccordionList.js",
"className": "Ext.ux.AccordionList",
"js": ["ux/AccordionList.js"],
"css": []
}, {
"definition": "AccordionListItem.js",
"className": "Ext.ux.AccordionListItem",
"js": ["ux/AccordionListItem.js"],
"css": []
}]
},
"local": true
}