{
  "name": "itk-image-pad-resample",
  "version": "1.1.6",
  "description": "Resample or pad an ITK image to make it match a given size in the i,j,k dimensions",
  "repository": "juanprietob/itk-image-pad-resample",
  "main": "dist/index.js",
  "scripts": {
    "test": "lab -v test/test.js",
    "build": "rollup src/index.js --file dist/index.js --format umd --name itk-image-pad-resample"
  },
  "bin": {
    "img-pad-resample": "./bin/index.js"
  },
  "keywords": [
    "resample",
    "pad",
    "itk",
    "image",
    "prediction",
    "tensorflow",
    "tfjs"
  ],
  "author": "juanprietob@gmail.com",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.7.2",
    "med-img-reader": "^1.2.1",
    "minimist": "^1.2.0",
    "underscore": "^1.9.1"
  },
  "devDependencies": {
    "@hapi/lab": "^21.0.0"
  }
}
