-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
129 lines (129 loc) · 3.71 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"private": true,
"name": "bioimagesuiteweb",
"version": "1.4.0b1",
"description": "An Implementation of BioImage Suite in Javascript and WebAssembly",
"homepage": "https://github.com/bioimagesuiteweb/bisweb",
"scripts": {
"test": "mocha test",
"bisweb": "node js/bin/bisweb.js",
"localtest": "mocha test/test_module.js --input local"
},
"keywords": [
"Neuroimaging",
"Medical Image Analysis",
"Medical Image Viewer",
"fMRI",
"nifti",
"visualization",
"MRI",
"image processing",
"browser",
"node",
"webassembly"
],
"author": "Yale BioImageSuite Web Team",
"license": "Apache",
"dependencies": {
"@electron/remote": "1.0.2",
"atob": "2.1.2",
"bootbox": "4.4.0",
"bootstrap": "3.4.1",
"bootstrap-slider": "10.6.0",
"btoa": "1.2.1",
"chart.js": "2.7.2",
"colors": "1.1.2",
"commander": "2.16.0",
"crypto-js": "3.1.9-1",
"d3": "3",
"dat.gui": "0.7.3",
"dropbox": "2.5.13",
"electron-debug": "1.5.0",
"fastclick": "1.0.6",
"graphs": "2.0.0",
"http-proxy": "1.17.0",
"idb-keyval": "3.0.5",
"iobuffer": "3.2.0",
"jquery": "3.4.1",
"jsonlint": "1.6.3",
"jstree": "3.3.7",
"jszip": "3.2.1",
"localforage": "1.7.3",
"moment": "2.22.1",
"node-fetch": "2.6.1",
"numeric": "1.2.6",
"otplib": "10.0.1",
"pako": "1.0.7",
"platform": "1.3.5",
"regression": "2.0.1",
"request": "2.88.0",
"rimraf": "2.6.2",
"save-svg-as-png": "1.4.14",
"three": "0.113.0",
"tmp": "0.0.33",
"websocket-stream": "5.1.2",
"ws": "6.1.2"
},
"devDependencies": {
"del": "3.0.0",
"electron-packager": "15.2.0",
"eslint": "6.4.0",
"event-stream": "3.3.4",
"git-rev": "0.2.1",
"glob": "7.1.6",
"gulp": "4.0.0",
"gulp-concat-css": "3.1.0",
"gulp-eslint": "6.0.0",
"gulp-html-replace": "1.6.2",
"gulp-rename": "1.4.0",
"gulp-replace": "1.0.0",
"gulp-template": "4.0.0",
"gulp-watch": "4.3.11",
"gulp-webserver": "0.9.1",
"gulp-zip": "4.0.0",
"jsdoc": "3.6.3",
"mocha": "5.2.0",
"modclean": "3.0.0-beta.1",
"string-replace-webpack-plugin": "0.1.3",
"temp": "0.8.3",
"uglify-es": "3.3.9",
"unzipper": "0.10.11",
"webpack": "4.28.1",
"webpack-cli": "3.2.1"
},
"bioimagesuiteweb": {
"info": "private entries maintained by hand. User by webpack to define externals",
"webonly": {
"amazon-cognito-auth-js": "1.3.2",
"bootbox": "4.4.0",
"bootstrap": "3.4.0",
"bootstrap-slider": "10.6.0",
"chart.js": "2.7.2",
"d3": "3",
"dat.gui": "0.7.3",
"dropbox": "2.5.13",
"electron-debug": "1.5.0",
"fastclick": "1.0.6",
"graphs": "2.0.0",
"idb-keyval": "3.0.5",
"jquery": "3.3.1",
"jstree": "3.3.7",
"jszip": "3.2.1",
"localforage": "1.7.3",
"platform": "1.3.5",
"save-svg-as-png": "1.4.14",
"three": "0.100.0"
},
"webexternals": {
"jquery": "jQuery",
"three": "THREE",
"d3": "d3",
"libbiswasm": "./bis_dummy"
},
"workerexternals": {
"crypto": "console.log",
"path": "console.log",
"fs": "console.log"
}
}
}