UNPKG

cornerstone-nifti-image-loader

Version:
86 lines (85 loc) 3.11 kB
{ "name": "cornerstone-nifti-image-loader", "version": "1.0.0", "description": "Cornerstone ImageLoader for NIfTI", "keywords": [ "NIfTI", "cornerstone", "cornerstone-image-loader", "medical", "imaging", "neuroimaging" ], "author": "Flywheel Exchange, LLC", "homepage": "https://github.com/flywheel-io/cornerstone-nifti-image-loader", "license": "MIT", "main": "./dist/cornerstoneNIFTIImageLoader.min.js", "module": "src/index.js", "repository": { "type": "git", "url": "https://github.com/flywheel-io/cornerstone-nifti-image-loader.git" }, "scripts": { "dev": "opn http://localhost:8008/examples/orientation-check.html && http-server -p 8008 -c-1", "eslint": "eslint -c .eslintrc.js src", "eslint-quiet": "eslint -c .eslintrc.js --quiet src", "eslint-fix": "eslint -c .eslintrc.js --fix src", "clean": "npm run clean:dist && npm run clean:coverage", "clean:dist": "shx rm -rf dist", "clean:docs": "shx rm -rf documentation", "clean:coverage": "shx rm -rf coverage", "doc": "npm run doc:generate && opn documentation/index.html", "doc:generate": "npm run clean:docs && jsdoc -c .jsdocrc", "version": "node -p -e \"'export default \\'' + require('./package.json').version + '\\';'\" > src/version.js", "webpack": "npm run webpack:prod && npm run webpack:dev", "webpack:dev": "webpack --progress --config ./config/webpack/webpack-dev", "webpack:prod": "webpack --progress --config ./config/webpack/webpack-prod", "webpack:watch": "webpack --progress --debug --watch --config ./config/webpack", "watch": "npm run clean && shx mkdir dist && npm run webpack:watch", "start": "npm run webpack", "test": "npm run test:chrome", "test:watch": "karma start config/karma/karma-watch.js", "test:chrome": "karma start config/karma/karma-chrome.js", "test:firefox": "karma start config/karma/karma-firefox.js", "test:all": "npm run test:chrome && npm run test:firefox" }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.2", "babel-loader": "^7.1.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "chai": "^4.1.2", "concat": "^1.0.3", "coveralls": "^3.0.0", "docdash": "^0.4.0", "eslint": "^4.12.0", "eslint-loader": "^1.9.0", "eslint-plugin-import": "^2.8.0", "http-server": "^0.11.1", "istanbul-instrumenter-loader": "^3.0.0", "jsdoc": "^3.5.5", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.1", "karma-mocha": "^1.3.0", "karma-webpack": "^2.0.6", "lodash": "^4.17.4", "mocha": "^4.0.1", "opn-cli": "^3.1.0", "promise-polyfill": "^6.1.0", "puppeteer": "^1.0.0", "shx": "^0.2.2", "sinon": "^4.2.1", "uglify-js": "^3.2.0", "webpack": "^3.8.1", "webpack-cli": "^3.1.2", "webpack-livereload-plugin": "^1.0.0" }, "dependencies": { "ndarray": "^1.0.18", "nifti-reader-js": "^0.5.4", "pako": "^1.0.6" } }