-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
64 lines (64 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "pathway_map_static",
"homepage": "https://github.com/pvtodorov/pathway_map_static",
"authors": [
"Petar Todorov <[email protected]>"
],
"description": "",
"main": "",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.1",
"cytoscape": "^2.7.14",
"dagre": "^0.7.4",
"cytoscape-dagre": "^1.3.0",
"webcola": "^3.3.2",
"cytoscape-cola": "^1.4.3",
"qtip2": "^2.2.1",
"cytoscape-qtip": "^2.5.2",
"bootstrap": "^3.3.7",
"grunt": "^1.0.1",
"bootstrap-select": "^1.12.2",
"cytoscape-panzoom": "^2.4.1",
"components-font-awesome": "^5.0.6",
"seiyria-bootstrap-slider": "^9.7.3",
"renderjson": "https://raw.githubusercontent.com/caldwell/renderjson/master/renderjson.js",
"font-awesome": "^5.0.13",
"FileSaver.min": "https://raw.githubusercontent.com/Teleborder/FileSaver.js/master/FileSaver.min.js",
"bootstrap-toggle": "^2.2.2",
"notifyjs": "^0.4.2"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
},
"webcola": {
"main": [
"WebCola/cola.min.js"
]
},
"qtip2": {
"main": [
"jquery.qtip.min.js",
"jquery.qtip.min.css"
]
},
"cytoscape-panzoom": {
"main": [
"cytoscape-panzoom.js",
"cytoscape.js-panzoom.css"
]
}
}
}