forked from fanthos/chartjs-chart-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "chartjs-chart-timeline",
"version": "0.4.0",
"description": "timeline chart type for chart.js",
"main": "src/timeline.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fanthos/chartjs-chart-timeline.git"
},
"peerDependencies": {
"moment": "^2.22.0",
"chart.js": "^2.8.0"
},
"devDependencies": {
"rollup": "^0.58.0",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"keywords": [
"chartjs",
"chart",
"timeline",
"plugin"
],
"author": "fanthos",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/fanthos/chartjs-chart-timeline/issues"
},
"homepage": "https://github.com/fanthos/chartjs-chart-timeline#readme"
}