nifti-js
Version:
NIfTI support for Javascript
30 lines (29 loc) • 618 B
JSON
{
"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"
}
}