-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 KB
/
package.json
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
{
"name": "cytobrowser",
"description": "CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.",
"version": "1.3.5",
"main": "cytobrowser.js",
"directories": {
"example": "examples"
},
"bin": {
"cytobrowser": "cytobrowser.js"
},
"scripts": {
"start": "cytobrowser.js",
"server": "cytobrowser.js",
"cytobrowser": "cytobrowser.js",
"version-update": "node -p 'const { version } = require(\"./package.json\"); `const clientVersion = \"${version}\";`' >| ./public/js/misc/clientVersion.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MIDA-group/CytoBrowser.git"
},
"keywords": [
"whole-slide-imaging",
"annotation",
"online",
"collaborative",
"microscopy"
],
"author": "Joakim Lindblad",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MIDA-group/CytoBrowser/issues"
},
"homepage": "https://github.com/MIDA-group/CytoBrowser#readme",
"dependencies": {
"express": "^4.17.3",
"express-ws": "^5.0.2",
"fast-xml-parser": "^4.0.3",
"jsondiffpatch": "^0.4.1",
"minimist": "^1.2.6",
"open": "^8.4.0",
"sanitize-filename": "^1.6.3"
}
}