forked from plantarflex/cornerstoneSideImageLoader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "cornerstone-side-image-loader",
"version": "1.0.6",
"description": "utility to load sagittal and coronal view from axial dicom series",
"keywords": [
"cornerstone",
"medical",
"image",
"3D",
"DICOM",
"series"
],
"main": "./dist/index.js",
"devDependencies": {
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.33.2",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"cornerstone-core": "^2.3.0",
"cwise": "^1.0.8",
"deasync": "^0.1.4",
"dicom-parser": "^1.8.7",
"lodash": "^4.11.1",
"ndarray": "^1.0.18",
"ndarray-fft": "^1.0.0",
"ndarray-gemm": "^1.0.0",
"ndarray-ops": "^1.2.2",
"sharp": "^0.25.2",
"typedarray-pool": "^1.1.0",
"uuid": "^8.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plantarflex/cornerstoneSideImageLoader.git"
},
"author": "plantarflex <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantarflex/cornerstoneSideImageLoader/issues"
},
"homepage": "https://github.com/plantarflex/cornerstoneSideImageLoader#readme",
"files": [
"dist/index.js"
]
}