forked from trimethyl/trimethyl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.json
357 lines (348 loc) · 10.9 KB
/
map.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
{
"trimethyl":{
"name": "Trimethyl Bootstrap",
"description": "Boostrap for Trimethyl"
},
"animator":{
"name": "Animator",
"description": "UI animation helper, providing built-in animations.",
"dependencies": ["matrix"]
},
"app":{
"name": "App",
"description": "Application related utilites to handle deep links and iOS universal links, in-app updates and user-interactions.",
"dependencies": ["util","router","http","dialog"]
},
"auth":{
"name": "Auth",
"description": "Authentication with a web server using Backbone User model, supporting cookie-based and OAuth 2 via social logins.",
"dependencies": ["http","event","ext/q","auth/bypass","support/oauth"]
},
"auth/bypass":{
"name": "Auth.Bypass",
"description": "Bypass driver."
},
"auth/facebook":{
"name": "Auth.Facebook",
"description": "Facebook driver for authentication.",
"dependencies": ["fb"]
},
"auth/std":{
"name": "Auth.Standard",
"description": "Standard driver for authentication."
},
"cache":{
"name": "Cache",
"description": "Store informations temporarily using different storages.",
"dependencies": ["cache/database"]
},
"cache/database":{
"name": "Cache.Database",
"description": "Cache driver with SQLite",
"dependencies": ["sqlite","util","filesystem"]
},
"calendar": {
"name": "Calendar",
"description": "Calendar related utilities",
"dependencies": ["permissions","util","ext/rrule"],
"modules": ["lucadamico.android.calendar:android"],
"minsdk": "6.0.0"
},
"camera":{
"name": "Camera",
"description": "Helper for Camera access.",
"dependencies": ["util","dialog", "permissions"]
},
"device":{
"name": "Device",
"description": "Retrieve informations about current device."
},
"dialog":{
"name": "Dialog",
"description": "Show dialogs with an alternative dictionary-based syntax."
},
"event":{
"name": "Event",
"description": "Global event manager based on Backbone.Events."
},
"fb":{
"name": "FB",
"description": "Proxy for Facebook SDK adding global listeners and useful methods.",
"modules": ["facebook:iphone","facebook:android"],
"dependencies": ["util"]
},
"filesystem":{
"name": "Filesystem",
"description": "Filesystem proxy adding convenience methods about directories.",
"dependencies": ["permissions"]
},
"flow":{
"name": "Flow",
"description": "Manages the app windows flow using a global navigator and exposing informations about opened controller and windows. It also tracks the screen view and timing automatically.",
"dependencies": ["event","ga"]
},
"forcetouchmenu":{
"name": "ForceTouchMenu",
"description": "Creation of the forcetouch app icon menus programmatically",
"dependencies": ["router","ext/q","event"]
},
"ga":{
"name": "GA",
"description": "Google Analytics proxy with error-aware tracking.",
"modules": ["ti.ga:iphone","ti.ga:android"]
},
"geo":{
"name": "Geo",
"description": "Geographic API proxy including geocoding features using Google, and map additional features like internal marker clustering.",
"dependencies": ["http","util","event","dialog"],
"modules": ["ti.map:iphone","ti.map:android"]
},
"http":{
"name": "HTTP",
"description": "HTTP requests in a clear interface with automatic internal cache control, automatic body encoding based on content and middleware filters.",
"dependencies": ["event","util","cache","ext/q","permissions"]
},
"image":{
"name": "Image",
"description": "Image manipulation features to resize, crop or edit images in a clear interface."
},
"logger":{
"name": "Logger",
"description": "Writes messages to the console or other outputs.",
"dependencies": ["logger/api"]
},
"logger/api":{
"name": "Logger.Api",
"description": "Logs messages to the console, using the standard Ti.API methods."
},
"matrix":{
"name": "Matrix",
"description": "Matrix helper"
},
"notifications":{
"name": "Notifications",
"description": "Push notifications module with interactive notification supports handling all platforms with one single interface, and communicating with several online service (Parse or CloudPush) or with your custom server.",
"dependencies": ["event","util","router","ext/q"],
"modules": ["ti.goosh:android"]
},
"notifications/http":{
"name": "Notifications.HTTP",
"description": "Driver based on HTTP.",
"dependencies": ["http","util"]
},
"notifications/cloud":{
"name": "Notifications.Cloud",
"description": "Driver based on CloudPush of Appcelerator.",
"modules": ["ti.cloud:commonjs"]
},
"notifications/parse":{
"name": "Notifications.Parse",
"description": "Driver for Parse.",
"dependencies": ["http"]
},
"permissions":{
"name": "Permissions",
"description": "Handle permissions requests for different modules with all platforms."
},
"prop":{
"name": "Prop",
"description": "Alias for Ti.App.Properties."
},
"router":{
"name": "Router",
"description": "You can emulate the routing concept adopted in many web framework, to handle incoming universal links and manage your app architecture.",
"dependencies": ["util","flow","ext/q"]
},
"sharer":{
"name": "Sharer",
"description": "It provides a simple interface to share link on various social networks / chat systems like Facebook, Twitter, Telegram, WhatsApp and all you can imagine.",
"dependencies": ["fb","ga","util","dialog"],
"modules": ["bencoding.sms:iphone","dk.napp.social:iphone"]
},
"sounds":{
"name": "Sounds",
"description": "Proxy to play sounds using a local cache."
},
"spotlight":{
"name": "Spotlight",
"description": "Spotlight helpers for iOS",
"dependencies":["util"]
},
"sqlite":{
"name": "SQLite",
"description": "SQLite abstraction layer providing a fluent interface to do query and fetch data from a remote/local SQLite database."
},
"uifactory":{
"name": "UIFactory",
"description": "Façade for new UI elements and cross-platform UI elements. It has a lot of views that you can use when some features are missing."
},
"uifactory/actionbutton":{
"name": "UIFactory.ActionButton",
"description": "Button façade"
},
"uifactory/backgroundview":{
"name": "UIFactory.BackgroundView",
"description": "A view with the ability to set background images in cover/contain"
},
"uifactory/button":{
"name": "UIFactory.Button",
"description": "Button façade"
},
"uifactory/dateselect":{
"name": "UIFactory.DateSelect",
"description": "Date select façade",
"dependencies": ["dialog","util"]
},
"uifactory/imageview":{
"name": "UIFactory.ImageView",
"description": "ImageView façade",
"dependencies": ["uiutil"]
},
"uifactory/imageloadingview":{
"name": "UIFactory.ImageLoadingView",
"description": "ImageLoadingView façade"
},
"uifactory/label":{
"name": "UIFactory.Label",
"description": "Button façade"
},
"uifactory/listview":{
"name": "UIFactory.ListView",
"description": "ListView façade"
},
"uifactory/multiselect":{
"name": "UIFactory.MultiSelect",
"description": "Multicolumn select façade",
"dependencies": ["dialog"]
},
"uifactory/navigationwindow":{
"name": "UIFactory.NavigationWindow",
"description": "It re-creates a new concept of Android Activity that works just like an iOS NavigationWindow with the same syntax."
},
"uifactory/select":{
"name": "UIFactory.Select",
"description": "Select façade",
"dependencies": ["dialog","util"]
},
"uifactory/soundcloudclassicwebview":{
"name": "UIFactory.SoundCloudClassicWebView",
"description": "Renderer for soundcloud tracks"
},
"uifactory/tabbedbar":{
"name": "UIFactory.TabbedBar",
"description": "TabbedBar façade"
},
"uifactory/textarea":{
"name": "UIFactory.Textarea",
"description": "Textarea façade",
"dependencies": ["uiutil"]
},
"uifactory/textfield":{
"name": "UIFactory.Textfield",
"description": "Textfield façade",
"dependencies": ["uiutil"]
},
"uifactory/timeselect":{
"name": "UIFactory.TimeSelect",
"description": "Time select façade",
"dependencies": ["dialog","util"]
},
"uifactory/view":{
"name": "UIFactory.View",
"description": "View façade",
"dependencies": ["uiutil"]
},
"uifactory/window":{
"name": "UIFactory.Window",
"description": "It provides a clear way to handle both iOS / Android windows with a single UI module.",
"dependencies": ["uiutil"]
},
"uifactory/youtubevideowebview":{
"name": "UIFactory.YoutubeVideoWebView",
"description": "YoutubeVideoWebView façade"
},
"uifactory/zoomimageview":{
"name": "UIFactory.ZoomImageView",
"description": "ImageView with pinch-to-zoom",
"modules": ["org.iotashan.TiTouchImageView:android"]
},
"uiutil":{
"name": "UIUtil",
"description": "UI related utilities.",
"dependencies": ["image","http"]
},
"util":{
"name": "Util",
"description": "Simply, utilities.",
"dependencies": ["dialog"],
"modules": ["ti.safaridialog:iphone"]
},
"weballoy":{
"name": "WebAlloy",
"description": "µ-web-framework to write Alloy apps using only web technologies (HTML/CSS/JS) but interfacing in real time with native features. Could you re-create a mini PhoneGap framework in Titanium; the answer is yes."
},
"xmlparser": {
"name": "XMLParser",
"description": "Parser for html/xml data which exposes the tags and gives you the ability to manage them through proxies",
"dependencies": ["support/xmlparser/proxies", "support/xmlparser/extract"],
"minsdk": "5.2.2.CAFFEINA-2"
},
"alloy/sync/api":{
"name": "API Alloy Adapter",
"description": "A sync for Backbone to work with HTTP models.",
"dependencies": ["http","util"],
"destination": "/app/lib/alloy/sync/api.js"
},
"alloy/sync/hateoas":{
"name": "HATEOAS Alloy Adapter",
"description": "A sync for Backbone to work with HTTP models with a HATEOAS structure.",
"dependencies": ["http","util"],
"destination": "/app/lib/alloy/sync/hateoas.js"
},
"alloy/sync/rest":{
"name": "REST Alloy Adapter",
"description": "A sync for Backbone to work with RESTful APIs.",
"dependencies": ["http","util"],
"destination": "/app/lib/alloy/sync/rest.js"
},
"ext/async":{
"name": "Async",
"source": "/node_modules/async/dist/async.js"
},
"ext/q":{
"name": "Q",
"source": "/node_modules/q/q.js"
},
"ext/underscore.string":{
"name": "Underscore.String",
"source": "/node_modules/underscore.string/dist/underscore.string.js"
},
"ext/rrule":{
"name": "RRule",
"source": "/node_modules/rrule/lib/rrule.js",
"dependencies":["ext/nlp"]
},
"ext/nlp":{
"name": "RRule NLP",
"source": "/node_modules/rrule/lib/nlp.js",
"dependencies":[]
},
"ext/nlp-i18n/it":{
"name": "RRule NLP - Italian",
"dependencies":[]
},
"support/oauth":{
"name": "OAuth internal module",
"internal": true
},
"support/xmlparser/extract": {
"name": "XMLParser.Extract",
"description": "Extracts the first xml tag found with all the content inside.",
"internal": true
},
"support/xmlparser/proxies": {
"name": "XMLParser.Proxies",
"description": "Default proxies for the xmlparser/parser module.",
"internal": true
}
}