forked from MaximBelov/chartjs-plugin-colorschemes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.04 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.04 KB
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
69
70
71
72
73
74
75
76
77
78
{
"name": "hw-chartjs-plugin-colorschemes",
"homepage": "https://nagix.github.io/chartjs-plugin-colorschemes",
"description": "Predefined color schemes for Chart.js",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"author": "Akihiko Kusanagi <nagi@nagi-p.com> (https://nagix.github.io/)",
"version": "0.6.5",
"license": "MIT",
"jsdelivr": "dist/chartjs-plugin-colorschemes.min.js",
"unpkg": "dist/chartjs-plugin-colorschemes.min.js",
"main": "dist/chartjs-plugin-colorschemes.js",
"types": "types/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/MaximBelov/chartjs-plugin-colorschemes.git"
},
"bugs": {
"url": "https://github.com/MaximBelov/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"
},
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"chart.js": "latest",
"eslint-config-chartjs": "^0.3.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^8.1.2",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-replace": "^1.1.4",
"gulp-streamify": "^1.0.2",
"gulp-zip": "^6.1.0",
"jasmine-core": "^5.5.0",
"karma": "6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "2.2.1",
"karma-firefox-launcher": "2.1.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"karma-rollup-preprocessor": "^7.0.8",
"karma-spec-reporter": "^0.0.36",
"merge2": "^1.4.1",
"pixelmatch": "^6.0.0",
"rollup": "^4.30.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-istanbul": "5.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"yargs": "^17.7.2"
},
"peerDependencies": {
"chart.js": "2.5.0 - 4"
}
}