-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
85 lines (85 loc) · 3.04 KB
/
composer.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
{
"name": "getdkan/visualization_entity",
"description": "ECK-based entity for building NVD3 charts and other data visualizations",
"version": "2.x-dev",
"type": "drupal-module",
"minimum-stability": "dev",
"require": {
"composer/installers": "~1.0",
"drupal/eck": "2.0-rc9",
"drupal/uuidreference": "1.x-dev",
"library/recline_choropleth": "1.0",
"library/gdocs": "1.0",
"library/reclineViewNvd3": "1.0",
"fxp/composer-asset-plugin": "^1.4",
"bower-asset/chroma": "1.0",
"bower-asset/numeral": "1.x",
"novus/nvd3": "1.8.5",
"bower-asset/lodash.data": "^0.0.1@dev",
"bower-asset/spectrum": "^1.8@dev",
"bower-asset/leaflet-map-zoomToGeometries": "dev-no-bower-dependencies",
"getdkan/geo_file_entity": "dev-master"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/7"
},
"libraries/recline_choropleth": {
"type": "package",
"package": {
"name": "library/recline_choropleth",
"version": "1.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/GetDKAN/recline.view.choroplethmap.js/archive/402c573a2254bc30cc10041a57be6ed93be590b9.zip",
"type": "file"
}
}
},
"libraries/gdocs": {
"type": "package",
"package": {
"name": "library/gdocs",
"version": "1.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/okfn/recline.backend.gdocs.git",
"type": "git",
"reference": "e81bb237759353932834a38a0ec810441e0ada10"
}
}
},
"libraries/reclineViewNvd3": {
"type": "package",
"package": {
"name": "library/reclineViewNvd3",
"version": "1.0",
"type": "drupal-library",
"source": {
"url": "https://github.com/GetDKAN/recline.view.nvd3.js.git",
"type": "git",
"reference": "7541d7b829e0a725be31790b6457d6068619c2e2"
}
}
}
},
"config": {
"fxp-asset": {
"repositories": {
"bower-asset/lodash.data": {
"type": "bower-vcs",
"url": "https://github.com/GetDKAN/lodash.data.git"
},
"bower-asset/recline.view.nvd3.js": {
"type": "bower-vcs",
"url": "https://github.com/GetDKAN/recline.view.nvd3.js.git"
},
"bower-asset/leaflet-map-zoomToGeometries": {
"type": "bower-vcs",
"url": "https://github.com/GetDKAN/leaflet.map.zoomToGeometries.js.git"
}
}
}
}
}