From 9fb40060ea76eee67f4bfffdc963ccdc40232136 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Fri, 16 Sep 2016 01:08:19 +0800 Subject: [PATCH] rich the information of package.json --- package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/package.json b/package.json index c6fa33e..f606897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,22 @@ { "name": "highchartTable", "version": "1.1.0", + "description": "This jQuery plugin provides a simple way to convert HTML data tables to Highcharts graphs.", + "author": "highchartTable Development Team (https://github.com/highchartTable/jquery-highchartTable-plugin/graphs/contributors)", + "repository": { + "type": "git", + "url": "git@github.com:highchartTable/jquery-highchartTable-plugin.git" + }, + "keywords": [ + "highcharts", + "chart", + "table", + "ui", + "graphics", + "graphs" + ], + "homepage": "http://highcharttable.org", + "license": "MIT", "scripts": { "test": "./node_modules/karma/bin/karma start karma.conf-ci.js" },