-
Notifications
You must be signed in to change notification settings - Fork 134
/
package.json
31 lines (31 loc) · 894 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
},
"devDependencies": {
"grunt-bump": "0.0.13",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-sauce-launcher": "^0.3.0"
}
}