-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 KB
/
package.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
49
50
51
52
53
{
"name": "cornerstonetools-rectangle-roi-threshold-segmentation",
"version": "1.14.0",
"description": "3D Threshold segmentation tool that allows you to segment several slices at once using a rectangle ROI",
"main": "dist/index.js",
"dependencies": {
"cornerstone-core": "^2.6.1",
"cornerstone-tools": "^6.0.8"
},
"devDependencies": {
"cornerstone-tools": "^6.0.8",
"cornerstone-core": "^2.6.1",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0",
"lodash": "^4.17.21"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IbrahimCSAE/cornerstonetools-rectangle-roi-threshold-segmentation.git"
},
"keywords": [
"cornerstonetools",
"cornerstone",
"cornerstone3D",
"brush",
"cornerstonetools-brush",
"medical",
"dicom",
"dicomweb",
"series",
"image",
"threshold",
"segmentation",
"roi",
"rectangle",
"medical",
"imaging"
],
"author": "Ibrahim Mohamed <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IbrahimCSAE/cornerstonetools-rectangle-roi-threshold-segmentation/issues"
},
"homepage": "https://github.com/IbrahimCSAE/cornerstonetools-rectangle-roi-threshold-segmentation#readme",
"files": [
"dist/index.js"
]
}