Skip to content

Commit 120ec10

Browse files
committed
added manifest file for plugins.jquery.com
1 parent 4b1d318 commit 120ec10

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

highchartTable.jquery.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "highchartTable",
3+
"version": "1.0.0",
4+
"title": "convert HTML tables to HighCharts graphs",
5+
"licenses": [
6+
{
7+
"type": "MIT",
8+
"url": "http://opensource.org/licenses/MIT"
9+
}
10+
],
11+
"dependencies": {
12+
"jquery": "*"
13+
},
14+
"description": "This plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
15+
"keywords": [
16+
"highcharts",
17+
"chart",
18+
"table"
19+
],
20+
"bugs": "https://github.com/highchartTable/jquery-highchartTable-plugin/issues",
21+
"homepage": "http://highcharttable.org/",
22+
"docs": "http://highcharttable.org/#documentation",
23+
"download": "http://highcharttable.org/#download",
24+
"author": {
25+
"name" : "Multiple contributors",
26+
"email" : "highcharttable@gmail.com",
27+
"url" : "https://github.com/highchartTable/jquery-highchartTable-plugin/graphs/contributors"
28+
}
29+
}

0 commit comments

Comments
 (0)