1- core = 7.x
2- api = 2
3-
4- # RECLINE
5- libraries[recline][type] = libraries
6- libraries[recline][download][type] = git
7- libraries[recline][download][url] = "https://github.com/NuCivic/recline.js.git"
8- libraries[recline][download][branch] = "master"
9-
10- # LODASH
11- libraries[lodash][type] = libraries
12- libraries[lodash][download][type] = git
13- libraries[lodash][download][url] = "https://github.com/lodash/lodash.git"
14- libraries[lodash][download][revision] = "e21e993729861a2bc1d01c858cfabce7a27d2861"
15-
16- # BACKBONE
17- libraries[backbone][type] = libraries
18- libraries[backbone][download][type] = git
19- libraries[backbone][download][url] = "https://github.com/jashkenas/backbone.git"
20- libraries[backbone][download][revision] = "e109f6d3e7a366f933f1f34405ca97effecae6c5"
21-
22- # CSV BACKEND
23- libraries[csv][type] = libraries
24- libraries[csv][download][type] = git
25- libraries[csv][download][url] = "https://github.com/okfn/csv.js.git"
26- libraries[csv][download][revision] = "7150de4c8d5e02626ac6a7fb9c178e955c964faf"
27-
28- # SLICKGRID
29- libraries[slickgrid][type] = libraries
30- libraries[slickgrid][download][type] = git
31- libraries[slickgrid][download][url] = "https://github.com/mleibman/SlickGrid.git"
32- libraries[slickgrid][download][revision] = "e004912b5ce29ac0d0cb04df50fe66db5e3af9ea"
33-
34- # MUSTACHE
35- libraries[mustache][type] = libraries
36- libraries[mustache][download][type] = git
37- libraries[mustache][download][url] = "https://github.com/janl/mustache.js.git"
38- libraries[mustache][download][revision] = "d4ba5a19d4d04b139bbf7840fe342bb43930aee3"
39-
40- # MOMENT
41- libraries[moment][type] = libraries
42- libraries[moment][download][type] = git
43- libraries[moment][download][url] = "https://github.com/moment/moment.git"
44- libraries[moment][download][revision] = "78a53b8cb53e967c6dac2e7325e18da2a472fc2d"
45-
46- # LEAFLET
47- libraries[leaflet][type] = libraries
48- libraries[leaflet][download][type] = git
49- libraries[leaflet][download][url] = "https://github.com/NuCivic/Leaflet.git"
50- libraries[leaflet][download][tag] = "v1.0.2-alt-marker-shadow-5258"
51-
52- # FLOT
53- libraries[flot][type] = libraries
54- libraries[flot][download][type] = git
55- libraries[flot][download][url] = "https://github.com/flot/flot.git"
56- libraries[flot][download][revision] = "7f5f90384ed6d6c30b232580d358c84e355919ab"
57-
58- # FLITBIT
59- libraries[deep_diff][type] = libraries
60- libraries[deep_diff][download][type] = git
61- libraries[deep_diff][download][url] = "https://github.com/flitbit/diff.git"
62- libraries[deep_diff][directory_name] = deep_diff
63- libraries[deep_diff][download][revision] = "07e91c624e5016be5c5c6560a9eabe49ef3ba2d0"
64-
65- # DEEPLINK
66- libraries[recline_deeplink][type] = libraries
67- libraries[recline_deeplink][download][type] = git
68- libraries[recline_deeplink][download][url] = "https://github.com/NuCivic/recline-deeplink.git"
69- libraries[recline_deeplink][directory_name] = recline_deeplink
70- libraries[recline_deeplink][download][revision] = "c1695d669f8314ed8b66e5907eb4f1bc4a8a9495"
71-
72- # MARKER CLUSTER
73- libraries[leaflet_markercluster][type] = libraries
74- libraries[leaflet_markercluster][download][type] = git
75- libraries[leaflet_markercluster][download][url] = "https://github.com/Leaflet/Leaflet.markercluster.git"
76- libraries[leaflet_markercluster][directory_name] = leaflet_markercluster
77- libraries[leaflet_markercluster][download][revision] = "eb922a3646d2e1ef9ed9de99e20200709f1f9bb5"
78-
79- # XLS BACKEND
80- libraries[xls][type] = libraries
81- libraries[xls][download][type] = git
82- libraries[xls][download][url] = "https://github.com/NuCivic/recline.backend.xlsx"
83- libraries[xls][directory_name] = xls
84- libraries[xls][download][revision] = "a5d49f7305895f147c3e9a12115c2456a897f941"
85-
86- # SheetsJS
87- libraries[jsxlsx][type] = libraries
88- libraries[jsxlsx][download][type] = git
89- libraries[jsxlsx][download][url] = "https://github.com/SheetJS/js-xlsx"
90- libraries[jsxlsx][directory_name] = jsxlsx
91- libraries[jsxlsx][download][revision] = "53f7f6d9446ccd680c9b13992d6dcdccde49a8f6"
92-
93- # JSON VIEW
94- libraries[jsonview][type] = libraries
95- libraries[jsonview][download][type] = git
96- libraries[jsonview][download][url] = "https://github.com/yesmeck/jquery-jsonview.git"
97- libraries[jsonview][directory_name] = jsonview
98- libraries[jsonview][download][revision] = "84fb68cc25e4749d2adf5af8dc3adefd80b4c430"
1+ core : 7.x
2+ api : '2'
3+ libraries :
4+ recline :
5+ download :
6+ type : git
7+ url : 'https://github.com/NuCivic/recline.js.git'
8+ branch : master
9+ lodash :
10+ download :
11+ type : git
12+ url : 'https://github.com/lodash/lodash.git'
13+ revision : e21e993729861a2bc1d01c858cfabce7a27d2861
14+ backbone :
15+ download :
16+ type : git
17+ url : 'https://github.com/jashkenas/backbone.git'
18+ revision : e109f6d3e7a366f933f1f34405ca97effecae6c5
19+ csv :
20+ download :
21+ type : git
22+ url : 'https://github.com/okfn/csv.js.git'
23+ revision : 7150de4c8d5e02626ac6a7fb9c178e955c964faf
24+ slickgrid :
25+ download :
26+ type : git
27+ url : 'https://github.com/mleibman/SlickGrid.git'
28+ revision : e004912b5ce29ac0d0cb04df50fe66db5e3af9ea
29+ mustache :
30+ download :
31+ type : git
32+ url : 'https://github.com/janl/mustache.js.git'
33+ revision : d4ba5a19d4d04b139bbf7840fe342bb43930aee3
34+ moment :
35+ download :
36+ type : git
37+ url : 'https://github.com/moment/moment.git'
38+ tag : 2.11.2
39+ leaflet :
40+ download :
41+ type : git
42+ url : 'https://github.com/NuCivic/Leaflet.git'
43+ tag : v1.0.2-alt-marker-shadow-5258
44+ flot :
45+ download :
46+ type : git
47+ url : 'https://github.com/flot/flot.git'
48+ revision : 7f5f90384ed6d6c30b232580d358c84e355919ab
49+ deep_diff :
50+ download :
51+ type : git
52+ url : 'https://github.com/flitbit/diff.git'
53+ revision : 07e91c624e5016be5c5c6560a9eabe49ef3ba2d0
54+ directory_name : deep_diff
55+ recline_deeplink :
56+ download :
57+ type : git
58+ url : 'https://github.com/NuCivic/recline-deeplink.git'
59+ revision : c1695d669f8314ed8b66e5907eb4f1bc4a8a9495
60+ directory_name : recline_deeplink
61+ leaflet_markercluster :
62+ download :
63+ type : git
64+ url : 'https://github.com/Leaflet/Leaflet.markercluster.git'
65+ revision : eb922a3646d2e1ef9ed9de99e20200709f1f9bb5
66+ directory_name : leaflet_markercluster
67+ xls :
68+ download :
69+ type : git
70+ url : 'https://github.com/NuCivic/recline.backend.xlsx'
71+ revision : a5d49f7305895f147c3e9a12115c2456a897f941
72+ directory_name : xls
73+ jsxlsx :
74+ download :
75+ type : git
76+ url : 'https://github.com/SheetJS/js-xlsx'
77+ revision : 53f7f6d9446ccd680c9b13992d6dcdccde49a8f6
78+ directory_name : jsxlsx
79+ jsonview :
80+ download :
81+ type : git
82+ url : 'https://github.com/yesmeck/jquery-jsonview.git'
83+ revision : 84fb68cc25e4749d2adf5af8dc3adefd80b4c430
84+ directory_name : jsonview
0 commit comments