forked from highcharts/draggable-points
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 689 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "highcharts-draggable-points",
"version": "2.0.6",
"description": "Highcharts plugin that allows points to be dragged and dropped by mouse or touch.",
"main": "draggable-points.js",
"repository": {
"type": "git",
"url": "git+https://github.com/highslide-software/draggable-points.git"
},
"keywords": [
"draggable",
"highcharts"
],
"author": "Torstein Hønsi (https://github.com/highslide-software)",
"license": "MIT",
"bugs": {
"url": "https://github.com/highslide-software/draggable-points/issues"
},
"homepage": "https://github.com/highslide-software/draggable-points#readme",
"dependencies": {
"highcharts": ">=3.0.0"
}
}