UNPKG

image-access

Version:

A class for teaching image processing programming at the pixel level.

50 lines (49 loc) 1.29 kB
{ "name": "image-access", "version": "1.0.4", "description": "A class for teaching image processing programming at the pixel level.", "main": "ImageAccess.js", "files": [ "ImageAccess.js", "README.md", "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Biomedical-Imaging-Group/image-access.git" }, "keywords": [ "Image", "Processing" ], "author": { "name": "Kay Lächler", "email": "kay.lachler@epfl.ch", "url": "https://github.com/TheUser0571" }, "contributors": [ { "name": "Alejandro Noguerón", "email": "alejandro.nogueronaramburu@epfl.ch", "url": "https://github.com/Alejandro-1996" }, { "name": "Pol del Aguila Pla", "email": "pol.delaguilapla@epfl.ch", "url": "https://poldap.github.io" }, { "name": "Daniel Sage", "email": "daniel.sage@epfl.ch", "url": "http://bigwww.epfl.ch/sage/" } ], "license": "ISC", "bugs": { "url": "https://github.com/Biomedical-Imaging-Group/image-access/issues" }, "homepage": "https://github.com/Biomedical-Imaging-Group/image-access#readme" }