forked from chafey/cornerstoneDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (34 loc) · 909 Bytes
/
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
{
"name": "cornerstoneDemo",
"version": "0.1.0",
"description": "Cornerstone Demo Application",
"main" : "",
"ignore": [
"examples",
"src",
"test",
"gruntfile.js",
"package.json",
"README.md",
".gitignore"
],
"dependencies": {
"dicomParser": "~0.3.0",
"cornerstone": "~0.3.0",
"cornerstoneTools": "~0.2.2",
"cornerstoneWADOImageLoader": "~0.2.2",
"cornerstoneWebImageLoader": "~0.2.0",
"hammerjs": "~1.0.10"
},
"devDependencies": {
"qunit": "~1.14.0"
},
"license": "MIT",
"authors" : ["Chris Hafey"],
"homepage": "https://github.com/chafey/cornerstoneDemo",
"keywords": ["DICOM", "medical", "imaging", "WADO", "cornerstone"],
"repository": {
"type": "git",
"url": "https://github.com/chafey/cornerstoneDemo.git"
}
}