-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "chartjs-plugin-rough",
"homepage": "https://nagix.github.io/chartjs-plugin-rough",
"description": "Chart.js plugin to create charts with a hand-drawn, sketchy, appearance",
"author": "Akihiko Kusanagi <nagi@nagi-p.com> (https://nagix.github.io/)",
"version": "0.2.0",
"license": "MIT",
"jsdelivr": "dist/chartjs-plugin-rough.min.js",
"unpkg": "dist/chartjs-plugin-rough.min.js",
"main": "dist/chartjs-plugin-rough.js",
"repository": {
"type": "git",
"url": "https://github.com/nagix/chartjs-plugin-rough.git"
},
"bugs": {
"url": "https://github.com/nagix/chartjs-plugin-rough/issues"
},
"keywords": [
"chart.js",
"plugin",
"rough.js",
"hand-drawn",
"sketch"
],
"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.7.0 < 3",
"roughjs": "^2.0.1"
}
}