forked from chartjs/chartjs-plugin-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 874 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
{
"name": "chartjs-plugin-zoom",
"description": "Simple HTML5 charts using the canvas element.",
"version": "0.6.6",
"author": "Evert Timberg <[email protected]>",
"license": "MIT",
"main": "src/chart.zoom.js",
"repository": {
"type": "git",
"url": "https://github.com/chartjs/chartjs-plugin-zoom.git"
},
"devDependencies": {
"browserify": "^16.2.2",
"eslint": "^5.4.0",
"eslint-config-chartjs": "^0.1.0",
"gulp": "3.9.x",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-insert": "^0.5.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.8",
"inquirer": "^6.2.0",
"merge-stream": "^1.0.1",
"semver": "^5.5.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"chart.js": "^2.6.0",
"hammerjs": "^2.0.8"
}
}