Skip to content

Commit 9fb4006

Browse files
committed
rich the information of package.json
1 parent c0d276f commit 9fb4006

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"name": "highchartTable",
33
"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",
420
"scripts": {
521
"test": "./node_modules/karma/bin/karma start karma.conf-ci.js"
622
},

0 commit comments

Comments
 (0)