-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
37 lines (37 loc) · 859 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
37
{
"name": "chartjs-plugin-draggable",
"version": "0.1.6",
"description": "Draggable element plugin for Chart.js",
"main": "dist/chartjs-plugin-draggable.js",
"scripts": {
"compile": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/compwright/chartjs-plugin-draggable.git"
},
"keywords": [
"chartjs",
"plugin",
"drag",
"draggable",
"annotation"
],
"author": "Jonathon Hill <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"chart.js": "^2.4.0",
"d3-drag": "^1.0.1",
"d3-selection": "^1.0.2"
},
"peerDependencies": {
"chartjs-plugin-annotation": "^0.5.2"
}
}