forked from highcharts/draggable-points
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registering draggable-points on bower highcharts#29
- Loading branch information
1 parent
2631f5d
commit 280cb40
Showing
4 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.idea | ||
*.iml | ||
node_modules/ | ||
bower_components/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters