File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
mean-squares-versor-registration
packages/core/python/itkwasm Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 17
17
"start" : " http-server -o"
18
18
},
19
19
"type" : " module" ,
20
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
20
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
21
21
"license" : " Apache-2.0" ,
22
22
"dependencies" : {
23
23
"http-server" : " ^14.1.0" ,
Original file line number Diff line number Diff line change 10
10
"test:wasi" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png" ,
11
11
"test:wasi:help" : " itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help"
12
12
},
13
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
13
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
14
14
"license" : " Apache-2.0" ,
15
15
"dependencies" : {
16
16
"itk-wasm" : " ^1.0.0-b.66"
Original file line number Diff line number Diff line change 9
9
"test:quiet" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png" ,
10
10
"test:help" : " itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help"
11
11
},
12
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
12
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
13
13
"license" : " Apache-2.0" ,
14
14
"dependencies" : {
15
15
"fs-extra" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 16
16
"start" : " http-server -p 8083" ,
17
17
"test:browser" : " start-server-and-test start http://localhost:8083 cypress:run"
18
18
},
19
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
19
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
20
20
"license" : " Apache-2.0" ,
21
21
"dependencies" : {
22
22
"fs-extra" : " ^11.1.0" ,
Original file line number Diff line number Diff line change 39
39
"test:wasi" : " itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- cthead1.png smoothed.png" ,
40
40
"test:wasi:help" : " itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- --help"
41
41
},
42
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
42
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
43
43
"license" : " Apache-2.0" ,
44
44
"devDependencies" : {
45
45
"@itk-wasm/image-io" : " workspace:^" ,
Original file line number Diff line number Diff line change 39
39
"test:wasi:long" : " itk-wasm test -- -- -V" ,
40
40
"test:wasi:help" : " itk-wasm -i itkwasm/wasi:latest run mean-squares-versor-registration.wasi.wasm -- -- --help"
41
41
},
42
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
42
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
43
43
"license" : " Apache-2.0" ,
44
44
"devDependencies" : {
45
45
"@itk-wasm/image-io" : " workspace:^" ,
Original file line number Diff line number Diff line change 17
17
" itk" ,
18
18
" umd"
19
19
],
20
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
20
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
21
21
"license" : " Apache-2.0" ,
22
22
"bugs" : {
23
23
"url" : " https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Original file line number Diff line number Diff line change 25
25
" rollup" ,
26
26
" vite"
27
27
],
28
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
28
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
29
29
"license" : " Apache-2.0" ,
30
30
"bugs" : {
31
31
"url" : " https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Original file line number Diff line number Diff line change 27
27
" itk" ,
28
28
" webpack"
29
29
],
30
- "author" : " Matt McCormick <matt.mccormick@kitware .com>" ,
30
+ "author" : " Matt McCormick <matt@mmmccormick .com>" ,
31
31
"license" : " Apache-2.0" ,
32
32
"bugs" : {
33
33
"url" : " https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
[project ]
6
6
name = " itkwasm"
7
7
description = " Python interface to itk-wasm WebAssembly (Wasm) modules."
8
- authors = [{name = " Matt McCormick" , email = " matt.mccormick@kitware .com" }]
8
+ authors = [{name = " Matt McCormick" , email = " matt@mmmccormick .com" }]
9
9
readme = " README.md"
10
10
license = {file = " LICENSE" }
11
11
classifiers = [
You can’t perform that action at this time.
0 commit comments