forked from crowdeeg/platform
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "crowdEEG",
"version": "1.0.0",
"description": "A collaborative annotation tool for medical time series data.",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.12.18",
"bcrypt": "^5.0.1",
"bowser": "^2.11.0",
"d3-dsv": "^1.0.8",
"datatables.net-bs": "^1.13.1",
"detector-webgl": "^2.0.0",
"highcharts": "^6.2.0",
"highcharts-annotations": "^1.3.3",
"highcharts-boost": "^0.1.7",
"jquery": "^1.12.1",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.29.3",
"mongoose": "^6.4.3",
"papaparse": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"seedrandom": "^3.0.5",
"sweetalert2": "^7.33.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crowdeeg/platform.git"
},
"keywords": [],
"author": "",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/crowdeeg/platform/issues"
},
"homepage": "https://github.com/crowdeeg/platform"
}