-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 969 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
{
"name": "highcharts-projections",
"version": "1.0.4",
"description": "Highcharts-3d plugin for showing scatter projections on XY, YZ and ZX planes.",
"main": "js/projections.js",
"repository": {
"type": "git",
"url": "git+https://github.com/blacklabel/projections.git"
},
"keywords": [
"highcharts",
"highcharts-3d",
"projections",
"planeProjection",
"lineProjection",
"3D",
"scatter",
"highcharts-addon"
],
"author": "Black Label <start@blacklabel.pl> (http://blacklabel.pl)",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/blacklabel/projections/issues"
},
"homepage": "https://github.com/blacklabel/projections#readme",
"files": [
"js/projections.js"
],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-jsdoc3": "^0.3.0",
"gulp-markdown": "^1.2.0",
"gulp-markdown-docs": "^0.1.5",
"markdown": "^0.5.0"
}
}