forked from chartjs/chartjs-plugin-annotation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
39
40
{
"name": "chartjs-plugin-annotation",
"description": "Annotations for Chart.js",
"version": "0.5.7",
"author": "Evert Timberg <[email protected]>",
"license": "MIT",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/chartjs/chartjs-plugin-annotation.git"
},
"scripts": {
"test": "gulp lint",
"build": "gulp build"
},
"devDependencies": {
"browserify": "^16.2.3",
"chart.js": "^2.4.0",
"eslint-config-chartjs": "^0.1.0",
"eslint-plugin-html": "^5.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-htmllint": "^0.0.16",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.1.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"inquirer": "^6.2.1",
"merge-stream": "^1.0.1",
"semver": "^5.6.0",
"vinyl-source-stream": "^2.0.0"
},
"peerDependencies": {
"chart.js": "^2.4.0"
}
}