forked from jarrodbell/chartjs-plugin-zoom
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 866 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.5.0",
"author": "Evert Timberg <evert.timberg@gmail.com>",
"license": "MIT",
"main": "src/chart.zoom.js",
"repository": {
"type": "git",
"url": "https://github.com/chartjs/chartjs-plugin-zoom.git"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "3.9.x",
"gulp-concat": "^2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"inquirer": "^1.0.2",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"merge-stream": "^1.0.0",
"semver": "^5.1.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"chart.js": "^2.1.5",
"hammerjs": "^2.0.8"
}
}