-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
68 lines (68 loc) · 1.8 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "chartjs-plugin-colorschemes",
"homepage": "https://nagix.github.io/chartjs-plugin-colorschemes",
"description": "Predefined color schemes for Chart.js",
"author": "Akihiko Kusanagi <nagi@nagi-p.com> (https://nagix.github.io/)",
"version": "0.4.0",
"license": "MIT",
"jsdelivr": "dist/chartjs-plugin-colorschemes.min.js",
"unpkg": "dist/chartjs-plugin-colorschemes.min.js",
"main": "dist/chartjs-plugin-colorschemes.js",
"repository": {
"type": "git",
"url": "https://github.com/nagix/chartjs-plugin-colorschemes.git"
},
"bugs": {
"url": "https://github.com/nagix/chartjs-plugin-colorschemes/issues"
},
"keywords": [
"chart.js",
"plugin",
"color",
"scheme",
"palette",
"brewer",
"office",
"tableau"
],
"files": [
"bower.json",
"dist/*.js",
"src/"
],
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {
"chart.js": "~2.8.0",
"eslint-config-chartjs": "^0.1.0",
"eslint-plugin-es": "^1.4.0",
"eslint-plugin-html": "^5.0.3",
"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",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-rollup-preprocessor": "^7.0.0",
"karma-spec-reporter": "^0.0.32",
"merge2": "^1.2.3",
"pixelmatch": "^4.0.2",
"rollup": "^1.11.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"yargs": "^13.2.2"
},
"peerDependencies": {
"chart.js": ">= 2.5.0 < 3"
}
}