-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
55 lines (55 loc) · 1.36 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "chartjs-plugin-style",
"homepage": "https://nagix.github.io/chartjs-plugin-style",
"description": "Chart.js plugin for more styling options",
"author": "Akihiko Kusanagi <[email protected]> (https://nagix.github.io/)",
"version": "0.5.0",
"license": "MIT",
"jsdelivr": "dist/chartjs-plugin-style.min.js",
"unpkg": "dist/chartjs-plugin-style.min.js",
"main": "dist/chartjs-plugin-style.js",
"repository": {
"type": "git",
"url": "https://github.com/nagix/chartjs-plugin-style.git"
},
"bugs": {
"url": "https://github.com/nagix/chartjs-plugin-style/issues"
},
"keywords": [
"chart.js",
"plugin",
"style",
"bevel",
"shadow",
"glow",
"overlay"
],
"files": [
"bower.json",
"dist/*.js"
],
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {
"chart.js": "~2.8.0",
"eslint-config-chartjs": "^0.1.0",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-file": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-zip": "^4.2.0",
"merge2": "^1.2.3",
"rollup": "^1.6.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4",
"yargs": "^13.2.2"
},
"peerDependencies": {
"chart.js": ">= 2.6.0 < 3"
}
}