forked from Rapid-Application-Development-JS/RAD.JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
structure.json
52 lines (52 loc) · 1003 Bytes
/
structure.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"animate_transition_plugin": {
"name": "Animate transition",
"file": "plugins/animate_transition.js",
"description": ""
},
"navigator": {
"name": "Navigator",
"file": "plugins/navigator.js",
"description": ""
},
"router": {
"name": "Router",
"file": "plugins/router.js",
"description": ""
},
"pointer_plugin": {
"name": "Pointer",
"file": "plugins/pointer.js",
"description": ""
},
"gesture_plugin": {
"name": "Gesture",
"file": "plugins/gesture.js",
"description": ""
},
"deferred": {
"name": "Deferred",
"file": "blanks/deferred.js",
"description": ""
},
"plugin": {
"name": "Plugin",
"file": "blanks/plugin.js",
"description": ""
},
"service": {
"name": "Service",
"file": "blanks/service.js",
"description": ""
},
"view": {
"name": "View",
"file": "blanks/view.js",
"description": "Basic view functionality"
},
"scrollable_view": {
"name": "Scrollable view",
"file": "blanks/scrollable_view.js",
"description": ""
}
}