-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "chartjs-chart-smith",
"author": {
"name": "Evert Timberg"
},
"description": "Create Smith Chart with Chart.js",
"version": "0.3.0",
"license": "MIT",
"homepage": "https://github.com/chartjs/chartjs-chart-smith",
"jsdelivr": "dist/chartjs-chart-smith.min.js",
"unpkg": "dist/chartjs-chart-smith.min.js",
"main": "dist/chartjs-chart-smith.min.js",
"keywords": [
"chartjs",
"smith chart"
],
"repository": {
"type": "git",
"url": "https://github.com/chartjs/chartjs-chart-smith.git"
},
"files": [
"bower.json",
"dist/*.js"
],
"scripts": {
"docs": "cd docs && npm install && npm run build && mkdir -p ../dist && cp -r build ../dist/docs"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"chart.js": "~2.9.3",
"coveralls": "^3.1.0",
"eslint-config-chartjs": "^0.2.0",
"eslint-config-esnext": "^4.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-file": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-streamify": "^1.0.2",
"gulp-zip": "^5.0.1",
"jasmine-core": "^3.5.0",
"karma": "^6.3.14",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^3.1.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-rollup-preprocessor": "^7.0.5",
"karma-spec-reporter": "^0.0.32",
"merge2": "^1.3.0",
"pixelmatch": "^5.2.0",
"rollup": "^2.8.2",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-terser": "^5.3.0",
"yargs": "^15.3.1"
},
"peerDependencies": {
"chart.js": ">= 2.7.0 < 3"
}
}