Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/debugging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start": "http-server -o"
},
"type": "module",
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"dependencies": {
"http-server": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/different-input-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:wasi": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- ./Gourds.png label.png overlay.png",
"test:wasi:help": "itk-wasm -b wasi-build run different-input-types.wasi.wasm -- -- --help"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"dependencies": {
"itk-wasm": "^1.0.0-b.66"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:quiet": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --quiet cthead1.png",
"test:help": "itk-wasm run wasi-build/hello-pipeline.wasi.wasm -- -- --help"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"dependencies": {
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "http-server -p 8083",
"test:browser": "start-server-and-test start http://localhost:8083 cypress:run"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"dependencies": {
"fs-extra": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/inputs-outputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:wasi": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- cthead1.png smoothed.png",
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest -b wasi-build run inputs-outputs.wasi.wasm -- -- --help"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"devDependencies": {
"@itk-wasm/image-io": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/mean-squares-versor-registration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:wasi:long": "itk-wasm test -- -- -V",
"test:wasi:help": "itk-wasm -i itkwasm/wasi:latest run mean-squares-versor-registration.wasi.wasm -- -- --help"
},
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"devDependencies": {
"@itk-wasm/image-io": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/umd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"itk",
"umd"
],
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rollup",
"vite"
],
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"itk",
"webpack"
],
"author": "Matt McCormick <matt.mccormick@kitware.com>",
"author": "Matt McCormick <matt@mmmccormick.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/InsightSoftwareConsortium/ITK-Wasm/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "itkwasm"
description = "Python interface to itk-wasm WebAssembly (Wasm) modules."
authors = [{name = "Matt McCormick", email = "matt.mccormick@kitware.com"}]
authors = [{name = "Matt McCormick", email = "matt@mmmccormick.com"}]
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
authors = ["Matt McCormick <matt.mccormick@kitware.com>"]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
channels = ["conda-forge"]
description = "ITK-Wasm native build and test configuration."
name = "ITK-Wasm"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "IO with the itk-wasm file formats"
readme = "docs/itk-webassemblyinterface-description.md"
license = {file = "LICENSE"}
authors = [
{ name = "Matthew M. McCormick", email = "matt.mccormick@kitware.com" },
{ name = "Matthew M. McCormick", email = "matt@mmmccormick.com" },
]
keywords = [
"itk",
Expand Down
2 changes: 1 addition & 1 deletion src/docker/itk-wasm-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=docker.io/dockcross/web-wasm
FROM $BASE_IMAGE:20240418-88c04a4
ARG BASE_IMAGE

LABEL maintainer="Matt McCormick <matt.mccormick@kitware.com>"
LABEL maintainer="Matt McCormick <matt@mmmccormick.com>"
LABEL org.opencontainers.image.source="https://github.com/InsightSoftwareConsortium/ITK-Wasm"

WORKDIR /
Expand Down
Loading