Skip to content

Commit a3e0675

Browse files
committed
Merge pull request #51 from agallou/bower
Add bower.json
2 parents 8f3397e + 7652f8b commit a3e0675

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "highchartTable",
3+
"version": "1.0.2",
4+
"homepage": "https://github.com/highchartTable/jquery-highchartTable-plugin",
5+
"description": "This jQuery plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
6+
"main": "jquery.highchartTable.js",
7+
"keywords": [
8+
"highcharts",
9+
"chart",
10+
"table",
11+
"ui",
12+
"graphics",
13+
"graphs"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"bower.json",
18+
"highchartTable.jquery.json",
19+
"LICENCE",
20+
"README.md"
21+
],
22+
"dependencies": {
23+
"highcharts": "*",
24+
"jquery": "*"
25+
}
26+
}

0 commit comments

Comments
 (0)