forked from highcharts/highcharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1015 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "highcharts",
"version": "4.2.5",
"description": "JavaScript charting framework",
"main": "lib/highcharts",
"author": "Highsoft AS <[email protected]> (http://www.highcharts.com/about)",
"repository": {
"type": "git",
"url": "https://github.com/highcharts/highcharts.git"
},
"bugs": "https://github.com/highcharts/highcharts/issues",
"homepage": "http://www.highcharts.com",
"keywords": [
"charts",
"graphs",
"visualization",
"data",
"browserify",
"webpack"
],
"files": [
"errors",
"gfx",
"js",
"lib"
],
"devDependencies": {
"browserify": "^12.0.1",
"closurecompiler": "^1.5.2",
"colors": "~1.1.2",
"grunt": "^0.4.5",
"grunt-jslint": "^1.1.12",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gzip-size": "^3.0.0",
"request": "^2.65.0",
"vinyl-ftp": "^0.4.5",
"webpack": "^1.12.9",
"xml2js": "^0.4.13",
"yargs": "^3.31.0"
},
"license": "SEE LICENSE IN <license.txt>"
}