-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 972 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
36
37
38
{
"name": "time-series-annotator",
"version": "1.0.0",
"description": "A time series annotation interface for classification",
"main": "lib/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrowdCurio/time-series-annotator.git"
},
"keywords": [
"crowdcurio",
"time",
"series",
"annotation"
],
"author": "Mike Schaekermann",
"license": "ISC",
"bugs": {
"url": "https://github.com/CrowdCurio/time-series-annotator/issues"
},
"homepage": "https://github.com/CrowdCurio/time-series-annotator#readme",
"dependencies": {
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"crowdcurio-client": "0.0.7",
"highcharts": "^6.0.3",
"highcharts-annotations": "^1.3.1",
"jquery": "^3.2.1",
"jquery-ui-browserify": "^1.11.0-pre-seelio",
"yt-player": "^2.5.3"
}
}