forked from AbelHeinsbroek/chartjs-plugin-crosshair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "chartjs-plugin-crosshair",
"homepage": "https://chartjs-plugin-crosshair.netlify.com",
"description": "Chart.js plugin to draw and sync vertical crosshair lines",
"version": "1.1.4",
"license": "MIT",
"main": "dist/chartjs-plugin-crosshair.js",
"repository": {
"type": "git",
"url": "https://github.com/abelheinsbroek/chartjs-plugin-crosshair.git"
},
"devDependencies": {
"eslint-config-chartjs": "^0.1.0",
"gitbook-cli": "^2.3.2",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.1",
"gulp-file": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.1.0",
"merge2": "^1.2.1",
"mz": "^2.7.0",
"path": "^0.12.7",
"rollup": "^0.53.4",
"rollup-stream": "^1.24.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^10.1.1"
},
"peerDependencies": {
"chart.js": ">= 2.8.0 < 3"
},
"dependencies": {
"chart.js": "^2.8.0"
}
}