-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 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
45
46
47
48
49
50
51
52
53
{
"name": "@rave-ieeg/three-brain",
"version": "1.2.0",
"description": "Yet a 3D Viewer for Brain",
"browser": "dist/threebrain.js",
"scripts": {
"build": "bash build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"clipboard": "^2.0.8",
"downloadjs": "^1.4.7",
"fflate": "^0.7.4",
"gifti-reader-js": "^0.4.6",
"gl-matrix": "^3.4.3",
"json-2-csv": "^3.14.1",
"jspdf": "^2.3.1",
"lil-gui": "^0.18.2",
"nifti-reader-js": "^0.5.4",
"papaparse": "^5.4.1",
"qrcode-with-logos": "^1.0.5",
"three": "~0.160.0"
},
"devDependencies": {
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-manifest-plugin": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dipterix/three-brain-js.git"
},
"keywords": [
"iEEG",
"sEEG",
"ECoG",
"WebGL",
"Neuroscience",
"MRI",
"Electrode",
"Localization"
],
"author": "Zhengjia Wang",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dipterix/three-brain-js/issues"
},
"homepage": "https://github.com/dipterix/three-brain-js#readme"
}