-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
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
{
"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",
"bowser": "^2.0.0-beta.3",
"d3-dsv": "^1.0.8",
"detector-webgl": "^2.0.0",
"highcharts": "^6.1.0",
"highcharts-annotations": "^1.3.3",
"highcharts-boost": "^0.1.7",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.22.2",
"papaparse": "^4.5.0",
"seedrandom": "^3.0.3",
"sweetalert2": "^7.28.10"
},
"devDependencies": {},
"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"
}