This repository was archived by the owner on Apr 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbower.json
More file actions
58 lines (58 loc) · 1.38 KB
/
bower.json
File metadata and controls
58 lines (58 loc) · 1.38 KB
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
{
"name": "dockstore.ui",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.8",
"bootstrap-sass-official": "3.3.7",
"angular-animate": "1.5.8",
"angular-cookies": "1.5.8",
"angular-resource": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"angular-touch": "1.5.8",
"angular-local-storage": "0.2.7",
"AngularJS-Toaster": "angularjs-toaster#0.4.181",
"angular-bootstrap": "0.14.3",
"graphlib": "1.0.7",
"cytoscape": "2.7.15",
"dagre": "0.7.4",
"cytoscape-dagre": "1.1.2",
"jquery": "2.1.4",
"angular-marked": "1.2.2",
"angular-messages": "1.5.11",
"angular-addthis": "0.2.4",
"cytoscape-qtip": "2.6.1",
"highlightjs": "9.9.0",
"angular-highlightjs": "0.6.3",
"ngclipboard": "1.1.1",
"qtip2": "2.2.1",
"angular-md5": "0.1.10",
"jquery-colorbox": "1.6.4",
"bootstrap-toc": "0.4.1",
"showdown": "1.6.4"
},
"devDependencies": {
"angular-mocks": "1.6.2"
},
"appPath": "app",
"moduleName": "dockstore.ui",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"jquery-colorbox": {
"main": [
"./example1/colorbox.css",
"./jquery.colorbox.js"
]
}
},
"resolutions": {
"showdown": "1.6.4",
"angular": "1.5.8"
}
}