UNPKG

biswebnode

Version:

A node.js implementation of BioImage Suite Web command line tools in Javascript and WebAssembly

56 lines (55 loc) 1.5 kB
{ "name": "biswebnode", "version": "1.3.0", "description": "A node.js implementation of BioImage Suite Web command line tools in Javascript and WebAssembly", "homepage": "https://github.com/bioimagesuiteweb/bisweb", "main": "lib/bioimagesuiteweblib.js", "keywords": [ "Neuroimaging", "Medical Image Analysis", "Medical Image Viewer", "fMRI", "nifti", "visualization", "MRI", "image processing", "browser", "node", "webassembly" ], "author": "Yale BioImageSuite Web Team", "license": "GPL v2 or Apache", "bin": "lib/bisweb.js", "dependencies": { "@electron/remote": "1.0.2", "atob": "2.1.2", "btoa": "1.2.1", "colors": "1.1.2", "commander": "2.16.0", "crypto-js": "3.1.9-1", "http-proxy": "1.17.0", "iobuffer": "3.2.0", "jsonlint": "1.6.3", "moment": "2.22.1", "node-fetch": "2.6.1", "numeric": "1.2.6", "otplib": "10.0.1", "pako": "1.0.7", "regression": "2.0.1", "request": "2.88.0", "rimraf": "2.6.2", "tmp": "0.0.33", "websocket-stream": "5.1.2", "ws": "6.1.2" }, "devDependencies": { "mocha": "3.5.3" }, "repository": { "type": "git", "url": "https://github.com/bioimagesuiteweb/bisweb" }, "scripts": { "test": "mocha test/test_module.js" } }