-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-build.json
37 lines (37 loc) · 993 Bytes
/
package-build.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
{
"private": true,
"version": "1.0.1",
"name": "@highcharts/connectors-morningstar",
"license": "https://shop.highcharts.com/contact/partner-data",
"description": "Highcharts connectors for Morningstar Direct Web Services",
"author": "Highsoft AS",
"bugs": "https://www.highcharts.com/support/",
"homepage": "https://www.highcharts.com/",
"bin": "bin/connectors-morningstar.js",
"main": "es-modules/index.js",
"types": "es-modules/index.d.ts",
"files": [
"bin/",
"demos/",
"docs/",
"es-modules/",
"CHANGELOG.md",
"LICENSE.md",
"*-morningstar.d.ts",
"*-morningstar.js",
"*-morningstar.src.js",
"README.md"
],
"keywords": [
"Highcharts",
"Dashboards",
"Morningstar",
"Time Series"
],
"dependencies": {
"marked": "^14.1.2"
},
"optionalDependencies": {
"@highcharts/dashboards": ">=2.3.0"
}
}