We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d276f + 9fb4006 commit a5d2f3eCopy full SHA for a5d2f3e
package.json
@@ -1,6 +1,22 @@
1
{
2
"name": "highchartTable",
3
"version": "1.1.0",
4
+ "description": "This jQuery plugin provides a simple way to convert HTML data tables to Highcharts graphs.",
5
+ "author": "highchartTable Development Team (https://github.com/highchartTable/jquery-highchartTable-plugin/graphs/contributors)",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git@github.com:highchartTable/jquery-highchartTable-plugin.git"
9
+ },
10
+ "keywords": [
11
+ "highcharts",
12
+ "chart",
13
+ "table",
14
+ "ui",
15
+ "graphics",
16
+ "graphs"
17
+ ],
18
+ "homepage": "http://highcharttable.org",
19
+ "license": "MIT",
20
"scripts": {
21
"test": "./node_modules/karma/bin/karma start karma.conf-ci.js"
22
},
0 commit comments