Skip to content

Commit

Permalink
Registering draggable-points on bower highcharts#29
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianzillessen committed Nov 2, 2016
1 parent 2631f5d commit 280cb40
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.idea
*.iml
node_modules/
bower_components/
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "highcharts-draggable-points",
"description": "Highcharts plugin that allows points to be dragged and dropped by mouse or touch.",
"main": "draggable-points.js",
"authors": [
"Torstein Hønsi (https://github.com/highslide-software)"
],
"license": "MIT",
"keywords": [
"draggable",
"highcharts"
],
"homepage": "https://github.com/sebastianzillessen/draggable-points",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"highcharts": ">=3.0.0"
}
}
6 changes: 5 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
"name": "Paweł Fus",
"email": "[email protected]",
"url": "http://www.blacklabel.pl"
}
},{
"name": "Sebastian Zillessen",
"email": "[email protected]",
"url": "https://github.com/sebastianzillessen"
}
],
"dependencies": {
"Highcharts": ">=3.0.0"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"bugs": {
"url": "https://github.com/highslide-software/draggable-points/issues"
},
"homepage": "https://github.com/highslide-software/draggable-points#readme"
"homepage": "https://github.com/highslide-software/draggable-points#readme",
"dependencies": {
"highcharts": ">=3.0.0"
}
}

0 comments on commit 280cb40

Please sign in to comment.