-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
44 lines (44 loc) · 1.01 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
{
"name": "hackathon-grand",
"version": "0.0.1",
"description": "EMR Client skeleton for SIIM 2015 Hackathon Grand Challenge",
"main" : "dist/hackathon-grand.js",
"ignore": [
"examples",
"src",
"test",
"gruntfile.js",
"package.json",
"README.md",
".gitignore"
],
"dependencies": {
"cornerstone": "~0.7.3",
"cornerstoneTools": "~0.6.2",
"cornerstoneWADOImageLoader": "~0.5.2",
"cornerstoneWebImageLoader": "~0.4.2",
"cornerstoneMath": "~0.1.1",
"cornerstone-file-image-loader": "0.5.1",
"image-jpeg2000": "0.0.1",
"bootstrap": "~3.3.4",
"hammerjs": "~1.0.10",
"jquery" : "~2.1.1"
},
"devDependencies": {
},
"license": "MIT",
"authors" : ["Chris Hafey"],
"homepage": "https://github.com/ImagingInformatics/hackathon-grand",
"keywords": [
"SIIM",
"DICOMweb",
"FHIR",
"DICOM",
"medical",
"imaging"
],
"repository": {
"type": "git",
"url": "https://github.com/ImagingInformatics/hackathon-grand.git"
}
}