-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 820 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 820 Bytes
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
{
"name": "coge",
"version": "0.0.0",
"homepage": "https://github.com/LyonsLab/coge",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"web/js/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "~3.1.1",
"jquery-ui": "~1.12.1",
"jstree": "~3.3.2",
"js-cookie": "~2.1.3",
"d3": "~3.5.6",
"d3-tip": "~0.6.3",
"lodash": "https://github.com/lodash/lodash.git",
"bootstrap": "~3.2.0",
"datatables": "~1.10.12",
"datatables.buttons": "https://github.com/DataTables/Buttons.git",
"plotly": "https://github.com/plotly/plotly.js.git",
"moment-timezone": "~0.5.5",
"moment-timezone-data": "http://momentjs.com/downloads/moment-timezone-with-data-2010-2020.js"
},
"resolutions": {
"d3": "^3.5.5"
}
}