forked from microsoft/powerbi-visuals-sankey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.15 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "powerbi-visuals-sankey",
"version": "1.8.0",
"description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-sankey.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"postinstall": "pbiviz update 1.11.0",
"typings": "typings",
"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"
},
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-sankey/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-sankey#readme",
"devDependencies": {
"@types/jquery": "2.0.41",
"@types/jasmine": "2.5.37",
"@types/d3": "3.5.36",
"@types/lodash": "4.14.50",
"@types/jasmine-jquery": "1.5.28",
"coveralls": "2.11.15",
"d3": "3.5.5",
"globalize": "0.1.0-a2",
"jasmine": "2.5.2",
"jasmine-core": "2.5.2",
"jasmine-jquery": "2.1.1",
"jquery": "3.1.1",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"karma-remap-istanbul": "0.4.0",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript-preprocessor": "0.3.0",
"lodash": "4.17.4",
"powerbi-visuals-tools": "1.11.0",
"powerbi-visuals-utils-colorutils": "^0.2.1",
"powerbi-visuals-utils-dataviewutils": "^0.3.0",
"powerbi-visuals-utils-formattingutils": "^0.2.2",
"powerbi-models": "1.0.3",
"powerbi-visuals-utils-interactivityutils": "3.1.0",
"powerbi-visuals-utils-svgutils": "^0.2.1",
"powerbi-visuals-utils-testutils": "^0.2.1",
"powerbi-visuals-utils-tooltiputils": "^0.3.0",
"powerbi-visuals-utils-typeutils": "^0.2.0",
"tslint": "4.0.2",
"typescript": "2.1.5"
}
}