forked from GoteoFoundation/goteo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.21 KB
/
bower.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
{
"name": "goteo",
"description": "Open Source Crowdfunding Platform",
"main": "",
"authors": [
"Fundación Goteo"
],
"license": "AGPL-3.0",
"homepage": "https://github.com/GoteoFoundation/goteo",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor/",
"test",
"tests"
],
"dependencies": {
"Sortable": "sortablejs#^1.5.1",
"font-awesome": "fontawesome#^4.7.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"bootstrap-social": "^5.1.1",
"bootstrap-xxs": "^0.1.0",
"animate.css": "^3.5.2",
"jquery-hammerjs": "^2.0.0",
"footable": "^3.1.4",
"bootstrap": "^3.3.7",
"moment": "^2.18.1",
"simplemde": "^1.11.2",
"dropzone": "enyo/dropzone#7a21136c6d4fe89bbb3a8f690cf7b573824b624f",
"bootstrap-tagsinput": "tagsinput#^0.8.0",
"summernote": "^0.8.10",
"clipboard": "^1.7.1",
"d3": "^4.12.2",
"x-editable": "^1.5.1",
"metrics-graphics": "^2.13.0",
"corejs-typeahead": "^1.2.1",
"jquery": "^3.3.1",
"turndown": "^4.0.1",
"TableDnD": "https://github.com/isocra/TableDnD.git#^1.0.3",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"leaflet.fullscreen": "^1.6.0"
}
}