forked from rt106/rt106-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.1 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
{
"name": "rt106-frontend",
"authors": [
"Jim Miller <[email protected]>",
"Brion Sarachan <[email protected]>",
"Bo Wang <[email protected]>"
],
"description": "Rt 106 web application framework",
"main": "rt106-app/js/rt106.js",
"license": "BSD-3-Clause",
"homepage": "https://github.com/rt106/rt106/",
"private": true,
"dependencies": {
"cornerstone": "#0.12.2",
"cornerstoneTools": "#0.9.0",
"cornerstoneMath": "#0.1.6",
"dicomParser": "#1.7.5",
"angular": "^1.3.0",
"bootstrap": "#4.0.0-alpha.6",
"requirejs": "^2.3.3",
"ng-scrollbar": "^0.0.8",
"angular-ui-grid": "^4.0.4",
"plotlyjs": "plotly#^1.18.1",
"cornerstoneWebImageLoader": "#0.8.0"
},
"ignore": [
"**/.*",
"node_modules",
"public",
"rt106-server",
"Dockerfile",
"entrypoint.sh",
"webrebuild.sh",
"webrebuild-local.sh",
"sonic-project.properties",
"packages.json",
"test",
"coverage",
"karma.conf.js"
],
"resolutions": {
"cornerstone": "0.12.2",
"angular": "1.6.7"
},
"devDependencies": {
"angular-mocks": "^1.6.5"
}
}