forked from microsoft/PowerBI-visuals-RadarChart
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.05 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2.05 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "powerbi-visuals-radarchart",
"description": "A simple radar chart supporting multiple measures plotted over a categorical axis. Also known as a web chart, spider chart, or star chart. Use to display performance metrics for quality improvement.",
"version": "1.4.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"scripts": {
"postinstall": "pbiviz update 2.1.0",
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "node node_modules/tslint/bin/tslint \"+(src|test)/**/*.ts\"",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "karma start",
"debug": "karma start --browsers=Chrome --single-run=false",
"cert": "pbiviz --create-cert"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-RadarChart.git"
},
"dependencies": {
"d3": "3.5.5",
"jquery": "3.2.1"
},
"devDependencies": {
"@types/jquery": "2.0.41",
"@types/jasmine": "2.5.37",
"@types/d3": "3.5.36",
"@types/lodash": "4.14.54",
"@types/jasmine-jquery": "1.5.28",
"coveralls": "2.11.15",
"jasmine": "2.5.2",
"jasmine-jquery": "2.1.1",
"karma": "2.0.4",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.0.2",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript-preprocessor": "0.3.0",
"lodash": "4.16.2",
"powerbi-models": "^1.0.2",
"powerbi-visuals-tools": "2.1.0",
"powerbi-visuals-utils-chartutils": "1.7.1",
"powerbi-visuals-utils-colorutils": "^1.1.0",
"powerbi-visuals-utils-dataviewutils": "0.3.0",
"powerbi-visuals-utils-formattingutils": "^1.0.0",
"powerbi-visuals-utils-interactivityutils": "4.1.1",
"powerbi-visuals-utils-svgutils": "^1.0.0",
"powerbi-visuals-utils-testutils": "1.2.0",
"powerbi-visuals-utils-tooltiputils": "0.3.0",
"puppeteer": "^1.5.0",
"tslint": "3.15.1",
"typescript": "2.1.4"
}
}