forked from cornerstonejs/cornerstoneTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·33 lines (33 loc) · 860 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
{
"name": "cornerstoneTools",
"version": "0.7.9",
"description": "Tools for use with the cornerstone HTML5 Medical Image Viewer Component",
"main" : "dist/cornerstoneTools.js",
"ignore": [
"examples",
"src",
"test",
"gruntfile.js",
"package.json",
"bower.json",
".gitignore"
],
"dependencies": {
"cornerstone": "~0.9.0",
"cornerstoneMath": "~0.1.3",
"hammerjs": "~2.0.6",
"jquery" : "~2.2.0"
},
"devDependencies": {
"qunit": "~1.21.0",
"jquery" : "~2.2.0"
},
"license": "MIT",
"authors" : ["Chris Hafey","Prasath"],
"homepage": "https://github.com/chafey/cornerstoneTools",
"keywords": ["DICOM", "medical", "imaging", "cornerstone", "cornerstoneTools"],
"repository": {
"type": "git",
"url": "https://github.com/chafey/cornerstoneTools.git"
}
}