From 7652f8bb8dd2ce8ee44e9183363995f7a117093a Mon Sep 17 00:00:00 2001 From: Adrien Gallou Date: Thu, 30 Jan 2014 23:50:01 +0100 Subject: [PATCH] Add bower.json --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..8a51742 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "highchartTable", + "version": "1.0.2", + "homepage": "https://github.com/highchartTable/jquery-highchartTable-plugin", + "description": "This jQuery plugin provides a simple way to convert HTML data tables to Highcharts graphs.", + "main": "jquery.highchartTable.js", + "keywords": [ + "highcharts", + "chart", + "table", + "ui", + "graphics", + "graphs" + ], + "license": "MIT", + "ignore": [ + "bower.json", + "highchartTable.jquery.json", + "LICENCE", + "README.md" + ], + "dependencies": { + "highcharts": "*", + "jquery": "*" + } +}