-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"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"
}