Skip to content

Commit

Permalink
Merge pull request highchartTable#50 from agallou/manifest
Browse files Browse the repository at this point in the history
added manifest file for plugins.jquery.com
  • Loading branch information
agallou committed Dec 9, 2013
2 parents c60c1c5 + 120ec10 commit ca8754b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions highchartTable.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "highchartTable",
"version": "1.0.0",
"title": "convert HTML tables to HighCharts graphs",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": "*"
},
"description": "This plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
"keywords": [
"highcharts",
"chart",
"table"
],
"bugs": "https://github.com/highchartTable/jquery-highchartTable-plugin/issues",
"homepage": "http://highcharttable.org/",
"docs": "http://highcharttable.org/#documentation",
"download": "http://highcharttable.org/#download",
"author": {
"name" : "Multiple contributors",
"email" : "[email protected]",
"url" : "https://github.com/highchartTable/jquery-highchartTable-plugin/graphs/contributors"
}
}

0 comments on commit ca8754b

Please sign in to comment.