-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "cornerstonetools-thresholdbrush",
"version": "1.0.26",
"description": "A brush tool that allows you to set a low and high threshold range in HU units while drawing segmentations.",
"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-thresholdbrush.git"
},
"keywords": [
"cornerstonetools",
"cornerstone",
"cornerstone3D",
"brush",
"cornerstonetools-brush",
"medical",
"dicom",
"dicomweb",
"series"
],
"author": "Ibrahim Mohamed <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IbrahimCSAE/cornerstonetools-thresholdbrush/issues"
},
"homepage": "https://github.com/IbrahimCSAE/cornerstonetools-thresholdbrush#readme",
"files": [
"dist/index.js"
]
}