forked from microsoft/powerbi-visuals-pulsechart
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 2.56 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
61
62
63
64
65
66
{
"name": "powerbi-visuals-pulsechart",
"description": "Pulse chart shows a line chart annotated with key events. Each events can be selected to filter and cross highlight other visuals to reveal insights or help tell a story. Pulse chart supports animation so you can load your report and watch it play through key events, without user interaction. This visualization is perfect for story telling with data, especially the Power BI publish to web feature. Use it anywhere you need to draw attention to events that shaped a trend.",
"version": "2.5.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"scripts": {
"postinstall": "pbiviz update 2.1.0",
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"cert": "pbiviz --create-cert",
"lint": "npm run lint:ts && npm run lint:less",
"lint:ts": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
"lint:less": "stylelint -s less \"style/**/*.less\"",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "karma start"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-pulsechart.git"
},
"devDependencies": {
"@types/d3": "3.5.38",
"@types/jasmine": "^2.5.53",
"@types/jasmine-jquery": "^1.5.31",
"@types/jquery": "2.0.45",
"@types/lodash": "4.14.55",
"coveralls": "3.0.2",
"jasmine": "3.1.0",
"jasmine-jquery": "2.1.1",
"jquery": "3.2.1",
"karma": "2.0.5",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "1.1.2",
"karma-jasmine": "1.1.2",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript-preprocessor": "0.3.1",
"powerbi-visuals-tools": "2.1.0",
"powerbi-visuals-utils-testutils": "1.2.1",
"puppeteer": "^1.6.0",
"stylelint": "^7.12.0",
"tslint": "^5.5.0",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.1.4"
},
"dependencies": {
"d3": "3.5.5",
"globalize": "0.1.0-a2",
"jquery": "3.2.1",
"lodash": "4.17.4",
"powerbi-models": "^1.0.8",
"powerbi-visuals-utils-chartutils": "^1.7.0",
"powerbi-visuals-utils-colorutils": "^1.1.0",
"powerbi-visuals-utils-dataviewutils": "^1.4.1",
"powerbi-visuals-utils-formattingutils": "^3.0.2",
"powerbi-visuals-utils-interactivityutils": "^3.2.0",
"powerbi-visuals-utils-svgutils": "^1.1.0",
"powerbi-visuals-utils-tooltiputils": "^1.0.1",
"powerbi-visuals-utils-typeutils": "^1.1.0"
}
}