{
  "name": "nifti-js",
  "version": "1.0.1",
  "description": "NIfTI support for Javascript",
  "main": "nifti.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scijs/nifti-js.git"
  },
  "keywords": [
    "scijs",
    "nifti"
  ],
  "author": "Jasper van de Gronde",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scijs/nifti-js/issues"
  },
  "homepage": "https://github.com/scijs/nifti-js",
  "devDependencies": {
    "tape": "^4.2.2"
  },
  "optionalDependencies": {
    "yargs": "^3.29.0"
  }
}
