-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 1007 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": "chartjs-plugin-downsample",
"version": "1.1.0",
"description": "Chart.js plugin to downsample chart data",
"main": "src/chartjs-plugin-downsample.js",
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "AlbinoDrought",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AlbinoDrought/chartjs-plugin-downsample.git"
},
"bugs": {
"url": "https://github.com/AlbinoDrought/chartjs-plugin-downsample/issues"
},
"homepage": "https://github.com/AlbinoDrought/chartjs-plugin-downsample#readme",
"dependencies": {
"chart.js": "^2.5.0"
},
"devDependencies": {
"browserify": "^14.0.0",
"chartjs-plugin-zoom": "^0.4.5",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.1",
"merge-stream": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}