This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
lightning_features.make
535 lines (431 loc) · 21.1 KB
/
lightning_features.make
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
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
api = 2
core = 7.x
projects[admin_views][version] = "1.6"
projects[admin_views][type] = "module"
projects[admin_views][subdir] = "contrib"
projects[better_formats][version] = "1.0-beta2"
projects[better_formats][type] = "module"
projects[better_formats][subdir] = "contrib"
projects[bean][version] = "1.11"
projects[bean][type] = "module"
projects[bean][subdir] = "contrib"
; Bean's panelizer integration does not correctly use views_data_alter
; http://drupal.org/node/2474631
projects[bean][patch][2474631] = "http://drupal.org/files/issues/2474631-11.patch"
; Implement migration support for Beans
; http://www.drupal.org/node/2295973
projects[bean][patch][2295973] = "http://drupal.org/files/issues/bean-migrate-support-2295973-7.patch"
projects[bean_tax][version] = "2.7"
projects[bean_tax][type] = "module"
projects[bean_tax][subdir] = "contrib"
projects[block_class][version] = "2.3"
projects[block_class][type] = "module"
projects[block_class][subdir] = "contrib"
projects[breakpoints][version] = "1.4"
projects[breakpoints][type] = "module"
projects[breakpoints][subdir] = "contrib"
projects[cache_warmer][version] = "4.1"
projects[cache_warmer][type] = "module"
projects[cache_warmer][subdir] = "contrib"
projects[classy_panel_styles][version] = "1.0-alpha3"
projects[classy_panel_styles][type] = "module"
projects[classy_panel_styles][subdir] = "contrib"
projects[collections][version] = "1.x-dev"
projects[collections][type] = "module"
projects[collections][subdir] = "contrib"
projects[collections][download][type] = "git"
projects[collections][download][revision] = "b4e8212"
projects[collections][download][branch] = "7.x-1.x"
projects[colorbox][version] = "2.13"
projects[colorbox][type] = "module"
projects[colorbox][subdir] = "contrib"
projects[composer_manager][version] = "1.8"
projects[composer_manager][type] = "module"
projects[composer_manager][subdir] = "contrib"
projects[context_admin][version] = "1.x-dev"
projects[context_admin][type] = "module"
projects[context_admin][subdir] = "contrib"
projects[context_admin][download][type] = "git"
projects[context_admin][download][revision] = "0e5bf6a"
projects[context_admin][download][branch] = "7.x-1.x"
projects[ctools][version] = "1.12"
projects[ctools][type] = "module"
projects[ctools][subdir] = "contrib"
; should entity view hooks be triggered unconditionally in node_view, term_view and user_view pages?
; (AKA hook_node_view and related entity hooks are not being fired when using page manager)
; http://drupal.org/node/2422123
projects[ctools][patch][2422123] = "https://www.drupal.org/files/issues/entity_related_hooks-2422123-20.patch"
projects[date][version] = "2.10"
projects[date][type] = "module"
projects[date][subdir] = "contrib"
projects[demonstratie_panels][version] = "1.x-dev"
projects[demonstratie_panels][type] = "module"
projects[demonstratie_panels][subdir] = "contrib"
projects[defaultconfig][version] = "1.x-dev"
projects[defaultconfig][subdir] = "module"
projects[defaultconfig][subdir] = "contrib"
projects[defaultconfig][download][type] = "git"
projects[defaultconfig][download][revision] = "0486149"
projects[defaultconfig][download][branch] = "7.x-1.x"
; Fatal error when adding a permission that doesn't exist
; http://drupal.org/node/2008178
projects[defaultconfig][patch][2008178] = "http://drupal.org/files/issues/defaultconfig-rebuild-2008178-14.patch"
projects[devel][version] = "1.5"
projects[devel][type] = "module"
projects[devel][subdir] = "contrib"
projects[dialog][version] = "2.0-beta1"
projects[dialog][type] = "module"
projects[dialog][subdir] = "contrib"
projects[diff][version] = "3.3"
projects[diff][type] = "module"
projects[diff][subdir] = "contrib"
projects[drafty][version] = "1.0-beta4"
projects[drafty][type] = "module"
projects[drafty][subdir] = "contrib"
projects[draggableviews][version] = "2.1"
projects[draggableviews][type] = "module"
projects[draggableviews][subdir] = "contrib"
projects[editor][version] = "1.0-alpha7"
projects[editor][type] = "module"
projects[editor][subdir] = "contrib"
; EditorLinkDialog should validate URLs, and autocomplete like the Link widget.
; https://www.drupal.org/node/2604774#comment-10576566
projects[editor][patch][2604774] = "http://drupal.org/files/issues/validation-autocomplete-links-2604774-5.patch"
projects[editor_ckeditor_widgets][version] = "1.x-dev"
projects[editor_ckeditor_widgets][type] = "module"
projects[editor_ckeditor_widgets][subdir] = "contrib"
projects[editor_ckeditor_widgets][download][type] = "git"
projects[editor_ckeditor_widgets][download][revision] = "23c91d5"
projects[editor_ckeditor_widgets][download][branch] = "7.x-1.x"
projects[ember_support][version] = "1.x-dev"
projects[ember_support][type] = "module"
projects[ember_support][subdir] = "contrib"
projects[entity][version] = "1.8"
projects[entity][type] = "module"
projects[entity][subdir] = "contrib"
projects[entity_embed][version] = "3.x-dev"
projects[entity_embed][type] = "module"
projects[entity_embed][subdir] = "contrib"
projects[entity_embed][download][type] = "git"
projects[entity_embed][download][revision] = "bb4f5e3"
projects[entity_embed][download][branch] = "7.x-3.x"
projects[entityreference][version] = "1.4"
projects[entityreference][type] = "module"
projects[entityreference][subdir] = "contrib"
projects[entityreference_prepopulate][version] = "1.7"
projects[entityreference_prepopulate][type] = "module"
projects[entityreference_prepopulate][subdir] = "contrib"
projects[entityreference_view_widget][version] = "2.0-rc7"
projects[entityreference_view_widget][type] = "module"
projects[entityreference_view_widget][subdir] = "contrib"
; Use Dialog instead of Chaos Tools for modal support.
; http://drupal.org/node/2505107
projects[entityreference_view_widget][patch][2505107] = "http://drupal.org/files/issues/dialog-api-2505107-1.patch"
projects[escape_admin][version] = "1.2"
projects[escape_admin][type] = "module"
projects[escape_admin][subdir] = "contrib"
projects[fape][version] = "1.2"
projects[fape][type] = "module"
projects[fape][subdir] = "contrib"
projects[features][version] = "2.10"
projects[features][type] = "module"
projects[features][subdir] = "contrib"
projects[field_group][version] = "1.5"
projects[field_group][type] = "module"
projects[field_group][subdir] = "contrib"
projects[fieldable_panels_panes][version] = "1.10"
projects[fieldable_panels_panes][type] = "module"
projects[fieldable_panels_panes][subdir] = "contrib"
projects[file_entity][version] = "2.3"
projects[file_entity][type] = "module"
projects[file_entity][subdir] = "contrib"
projects[file_entity_link][version] = "1.0-alpha3"
projects[file_entity_link][type] = "module"
projects[file_entity_link][subdir] = "contrib"
projects[file_image_formatters][version] = "1.1"
projects[file_image_formatters][type] = "module"
projects[file_image_formatters][subdir] = "contrib"
projects[focal_point][version] = "1.0"
projects[focal_point][type] = "module"
projects[focal_point][subdir] = "contrib"
projects[form_builder][version] = "1.20"
projects[form_builder][type] = "module"
projects[form_builder][subdir] = "contrib"
projects[httprl][version] = "1.x-dev"
projects[httprl][type] = "module"
projects[httprl][subdir] = "contrib"
projects[httprl][download][type] = "git"
projects[httprl][download][revision] = "78bc6ad"
projects[httprl][download][branch] = "7.x-1.x"
projects[iib][version] = "1.x-dev"
projects[iib][type] = "module"
projects[iib][subdir] = "contrib"
projects[iib][download][type] = "git"
projects[iib][download][revision] = "513fa9d"
projects[iib][download][branch] = "7.x-1.x"
projects[imageinfo_cache][version] = "3.5"
projects[imageinfo_cache][type] = "module"
projects[imageinfo_cache][subdir] = "contrib"
projects[import][version] = "1.0-alpha1"
projects[import][type] = "module"
projects[import][subdir] = "contrib"
projects[inline_entity_form][version] = "1.8"
projects[inline_entity_form][type] = "module"
projects[inline_entity_form][subdir] = "contrib"
projects[jquery_update][version] = "2.7"
projects[jquery_update][type] = "module"
projects[jquery_update][subdir] = "contrib"
projects[libraries][version] = "2.3"
projects[libraries][type] = "module"
projects[libraries][subdir] = "contrib"
projects[link][version] = "1.4"
projects[link][type] = "module"
projects[link][subdir] = "contrib"
projects[lite][version] = "1.1"
projects[lite][type] = "module"
projects[lite][subdir] = "contrib"
projects[magic_beans][version] = "1.x-dev"
projects[magic_beans][type] = "module"
projects[magic_beans][subdir] = "contrib"
projects[magic_beans][download][type] = "git"
projects[magic_beans][download][branch] = "7.x-1.x"
projects[media][version] = "2.9"
projects[media][type] = "module"
projects[media][subdir] = "contrib"
projects[media_oembed][version] = "2.7"
projects[media_oembed][type] = "module"
projects[media_oembed][subdir] = "contrib"
projects[media_youtube][version] = "3.4"
projects[media_youtube][type] = "module"
projects[media_youtube][subdir] = "contrib"
projects[metatag][version] = "1.21"
projects[metatag][type] = "module"
projects[metatag][subdir] = "contrib"
projects[module_filter][version] = "2.1"
projects[module_filter][type] = "module"
projects[module_filter][subdir] = "contrib"
projects[migrate][version] = "2.8"
projects[migrate][type] = "module"
projects[migrate][subdir] = "contrib"
projects[migrate_extras][version] = "2.5"
projects[migrate_extras][type] = "module"
projects[migrate_extras][subdir] = "contrib"
; Add support for UUID module for 7.x
; http://drupal.org/node/1870886
projects[migrate_extras][patch][1870886] = "http://drupal.org/files/migrate_extras-2.5-add_support_for_uuid-1870886-4-do-not-test.patch"
projects[multiform][version] = "1.3"
projects[multiform][type] = "module"
projects[multiform][subdir] = "contrib"
projects[navbar][version] = "1.7"
projects[navbar][type] = "module"
projects[navbar][subdir] = "contrib"
projects[nra][version] = "1.0-alpha2"
projects[nra][type] = "module"
projects[nra][subdir] = "contrib"
projects[nra_workbench_moderation][version] = "1.x-dev"
projects[nra_workbench_moderation][type] = "module"
projects[nra_workbench_moderation][subdir] = "contrib"
projects[nra_workbench_moderation][download][type] = "git"
projects[nra_workbench_moderation][download][revision] = "9f17009"
projects[nra_workbench_moderation][download][branch] = "7.x-1.x"
; Errors when 'Status' column is built for new/unpublished items in NRA
; http://drupal.org/node/2163175
projects[nra_workbench_moderation][patch][2163175] = "http://drupal.org/files/issues/nra_workbench_moderation-no-published-state-2163175-1.patch"
projects[options_element][version] = "1.12"
projects[options_element][type] = "module"
projects[options_element][subdir] = "contrib"
projects[pathauto][version] = "1.3"
projects[pathauto][type] = "module"
projects[pathauto][subdir] = "contrib"
projects[panelizer][version] = "3.4"
projects[panelizer][type] = "module"
projects[panelizer][subdir] = "contrib"
; Better Revision Handling inside and outside of Workbench Moderation
; http://drupal.org/node/2457113
projects[panelizer][patch][2457113] = "http://drupal.org/files/issues/panelizer-n2457113-69.patch"
projects[panels][version] = "3.9"
projects[panels][type] = "module"
projects[panels][subdir] = "contrib"
; Fix IPE JS alert (Panelizer is Incompatible with Moderation)
; http://drupal.org/node/1402860#comment-9729091
projects[panels][patch][1402860] = "http://drupal.org/files/issues/panelizer_is-1402860-82-fix-ipe-end-js-alert.patch"
; IPE Insufficient for working with Panelizer Revisioning
; Refresh the Workbench block after editing with Panels IPE
; https://www.drupal.org/node/2485837
projects[panels][patch][2485837] = "http://www.drupal.org/files/issues/panels-ipe-workbench-block-2485837-1.patch"
projects[panels_preview][version] = "1.0-beta2"
projects[panels_preview][type] = "module"
projects[panels_preview][subdir] = "contrib"
projects[picture][version] = "2.13"
projects[picture][type] = "module"
projects[picture][subdir] = "contrib"
projects[plupload][version] = "1.7"
projects[plupload][type] = "module"
projects[plupload][subdir] = "contrib"
projects[quickedit][version] = "1.5"
projects[quickedit][type] = "module"
projects[quickedit][subdir] = "contrib"
; Remove data-quickedit-field-id for personalized fields.
; http://drupal.org/node/2424613#comment-9613695
projects[quickedit][patch][2424613] = "http://drupal.org/files/issues/quick_edit-personalize-2424613-4.patch"
; Refresh the Workbench block after editing with Quickedit
; https://www.drupal.org/node/2485871
projects[quickedit][patch][2485871] = "http://www.drupal.org/files/issues/quickedit-workbench-block-ajax-2485871-1.patch"
projects[quickedit_tab][version] = "1.x-dev"
projects[quickedit_tab][type] = "module"
projects[quickedit_tab][subdir] = "contrib"
projects[responsive_preview][version] = "1.x-dev"
projects[responsive_preview][type] = "module"
projects[responsive_preview][subdir] = "contrib"
projects[responsive_preview][download][type] = "git"
projects[responsive_preview][download][revision] = "e89d023"
projects[responsive_preview][download][branch] = "7.x-1.x"
; Before js processing, the phone image incorrectly positioned.
; https://drupal.org/node/2276789
projects[responsive_preview][patch][2276789] = "http://drupal.org/files/issues/responsive_preview-phone_image_incorrectly_positioned-2276789-2.patch"
projects[revision_scheduler][version] = "1.0-rc1"
projects[revision_scheduler][type] = "module"
projects[revision_scheduler][subdir] = "contrib"
projects[role_export][version] = "1.0"
projects[role_export][type] = "module"
projects[role_export][subdir] = "contrib"
projects[rules][version] = "2.10"
projects[rules][type] = "module"
projects[rules][subdir] = "contrib"
projects[simple_gmap][version] = "1.4"
projects[simple_gmap][type] = "module"
projects[simple_gmap][subdir] = "contrib"
projects[sps][version] = "1.x-dev"
projects[sps][type] = "module"
projects[sps][subdir] = "contrib"
projects[sps][download][type] = "git"
projects[sps][download][revision] = "be9bd83"
projects[sps][download][branch] = "7.x-1.x"
; UX improvements on page level IIB
; http://drupal.org/node/1733490
projects[sps][patch][1733490] = "http://drupal.org/files/sps-css-cleanup-1733490-3.patch"
; sps_entity_create() throws errors
; http://drupal.org/node/2288873
projects[sps][patch][2288873] = "http://drupal.org/files/issues/sps-undefiend-method-create-3.patch"
; Avoid cache poisoning of entity_info
; http://drupal.org/node/2346351
projects[sps][patch][2346351] = "http://drupal.org/files/issues/sps-avoid-cache-poisoning-of-entity_get_info.patch"
projects[strongarm][version] = "2.0"
projects[strongarm][type] = "module"
projects[strongarm][subdir] = "contrib"
projects[token][version] = "1.7"
projects[token][type] = "module"
projects[token][subdir] = "contrib"
projects[taxonomy_entity_index][version] = "1.0-beta7"
projects[taxonomy_entity_index][type] = "module"
projects[taxonomy_entity_index][subdir] = "contrib"
projects[ux_elements][version] = "1.x-dev"
projects[ux_elements][type] = "module"
projects[ux_elements][subdir] = "contrib"
projects[ux_elements][download][type] = "git"
projects[ux_elements][download][revision] = "87cdc5d"
projects[ux_elements][download][branch] = "master"
; PHP Fatal error: Cannot redeclare form_process_horizontal_tabs()
; http://drupal.org/node/1224568
projects[ux_elements][patch][1224568] = "http://drupal.org/files/issues/1224568-ux_elements_redeclare.patch"
projects[views][version] = "3.16"
projects[views][type] = "module"
projects[views][subdir] = "contrib"
projects[views_autocomplete_filters][version] = "1.2"
projects[views_autocomplete_filters][type] = "module"
projects[views_autocomplete_filters][subdir] = "contrib"
projects[views_field_view][version] = "1.2"
projects[views_field_view][type] = "module"
projects[views_field_view][subdir] = "contrib"
projects[views_bulk_operations][version] = "3.4"
projects[views_bulk_operations][type] = "module"
projects[views_bulk_operations][subdir] = "contrib"
projects[views_content_cache][version] = "3.x-dev"
projects[views_content_cache][type] = "module"
projects[views_content_cache][subdir] = "contrib"
projects[views_content_cache][download][type] = "git"
projects[views_content_cache][download][revision] = "45863c3"
projects[views_content_cache][download][branch] = "7.x-3.x"
projects[views_fieldsets][version] = "2.1"
projects[views_fieldsets][type] = "module"
projects[views_fieldsets][subdir] = "contrib"
projects[views_load_more][version] = "1.5"
projects[views_load_more][type] = "module"
projects[views_load_more][subdir] = "contrib"
projects[webform][version] = "4.15"
projects[webform][type] = "module"
projects[webform][subdir] = "contrib"
projects[workbench][version] = "1.x-dev"
projects[workbench][type] = "module"
projects[workbench][subdir] = "contrib"
projects[workbench][download][type] = "git"
projects[workbench][download][revision] = "6856e4a"
projects[workbench][download][branch] = "7.x-1.x"
; Update to Views API 3.
; https://www.drupal.org/node/2606230
projects[workbench][patch][2606230] = "http://drupal.org/files/issues/update-views-api-2606230-2.patch"
projects[workbench_moderation][version] = "3.0"
projects[workbench_moderation][type] = "module"
projects[workbench_moderation][subdir] = "contrib"
; Workbench Moderation IIB Integration should be optional
; http://drupal.org/node/2462453
projects[workbench_moderation][patch][2462453] = "http://drupal.org/files/issues/workbench_moderation-iib-var-2462453-1.patch"
; Provide an AJAX callback to reload the Workbench block, for inline editing support
; https://www.drupal.org/node/2485713
projects[workbench_moderation][patch][2485713] = "http://drupal.org/files/issues/workbench-moderation-ajax-block-2485713-6.patch"
; Fix warnings on installation and features revert.
; https://www.drupal.org/node/2360973
projects[workbench_moderation][patch][2360973] = "http://drupal.org/files/issues/workbench_moderation-install-warnings-2360973-3.patch"
; "View draft" opens published version / "Edit draft" opens correctly
; https://www.drupal.org/node/2447659
projects[workbench_moderation][patch][2447659] = "http://drupal.org/files/issues/workbench-moderation-show-draft-2447659-45.patch"
; Provide hook to alter the new state of transitions.
; http://www.drupal.org/node/2757963
projects[workbench_moderation][patch][2757963] = "https://www.drupal.org/files/issues/allow_new_state_alter-2757963-2.patch"
projects[workbench_moderation_buttons][version] = "1.0"
projects[workbench_moderation_buttons][type] = "module"
projects[workbench_moderation_buttons][subdir] = "contrib"
projects[workbench_moderation_notes][version] = "1.x-dev"
projects[workbench_moderation_notes][type] = "module"
projects[workbench_moderation_notes][subdir] = "contrib"
projects[workbench_moderation_notes][download][type] = "git"
projects[workbench_moderation_notes][download][revision] = "8e5e6f4"
projects[workbench_moderation_notes][download][branch] = "7.x-1.x"
; Sync workbench_moderation_notes_node_history_view output with workbench_moderation_node_history_view
; https://www.drupal.org/node/2529452
projects[workbench_moderation_notes][patch][2529452] = "https://www.drupal.org/files/issues/workbench_moderation_notes-node_history_view-sync.patch"
projects[xautoload][version] = "4.5"
projects[xautoload][type] = "module"
projects[xautoload][subdir] = "contrib"
projects[shortcutperrole][version] = "1.2"
projects[shortcutperrole][type] = "module"
projects[shortcutperrole][subdir] = "contrib"
; Libraries
libraries[backbone][download][type] = "get"
libraries[backbone][download][url] = "https://github.com/jashkenas/backbone/archive/1.1.0.zip"
libraries[ckeditor-leaflet][download][type] = "get"
libraries[ckeditor-leaflet][download][url] = "https://github.com/ranelpadon/ckeditor-leaflet/archive/master.zip"
libraries[ckeditor-leaflet][directory_name] = "ckeditor-leaflet"
libraries[ckeditor-track-changes][download][type] = "get"
libraries[ckeditor-track-changes][download][url] = "https://github.com/loopindex/ckeditor-track-changes/archive/fe309f5f5ea98ce739bf21e06f34d1d935d0c0ad.zip"
libraries[ckeditor-track-changes][directory_name] = "lite"
; CKLite interferes with content insertion
; http://drupal.org/node/2482879
libraries[ckeditor-track-changes][patch][2482879] = "http://drupal.org/files/issues/cklite-content-insertion-2482879-4.patch"
libraries[colorbox][download][type] = "get"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/1.x.zip"
libraries[jsonpath][download][type] = "get"
libraries[jsonpath][download][url] = "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jsonpath/jsonpath-0.8.1.php"
libraries[modernizr][download][type] = "get"
libraries[modernizr][download][url] = "https://github.com/Modernizr/Modernizr/archive/v2.7.1.zip"
libraries[plupload][download][type] = "get"
libraries[plupload][download][url] = "https://github.com/moxiecode/plupload/archive/v1.5.8.zip"
; Remove plupload library examples folder for Drupal distribution
; http://drupal.org/node/1903850
libraries[plupload][patch][1903850] = "http://drupal.org/files/issues/plupload-1_5_8-rm_examples-1903850-16.patch"
libraries[underscore][download][type] = "get"
libraries[underscore][download][url] = "https://github.com/jashkenas/underscore/archive/1.5.2.zip"
libraries[tablesaw][download][type] = "get"
libraries[tablesaw][download][url] = "https://github.com/filamentgroup/tablesaw/releases/download/v1.0.4/tablesaw-1.0.4.zip"
; Lightning Lift
includes[lightning_lift] = lightning_lift/lightning_lift.make