-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 2.16 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
{
"name": "sceneskope-image-pie-chart",
"version": "1.0.0",
"description": "A column chart that can use images to fill in the pies.",
"repository": {
"type": "git",
"url": "git+https://github.com/SceneSkope/PowerBI-visuals-image-pie-chart.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"postinstall": "pbiviz update 1.6.0",
"pbiviz": "pbiviz",
"start": "pbiviz start --mute",
"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": "SceneSkope",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SceneSkope/PowerBI-visuals-image-pie-chart/issues"
},
"homepage": "https://github.com/SceneSkope/PowerBI-visuals-image-pie-chart#readme",
"devDependencies": {
"@types/d3": "^3.5.38",
"@types/jasmine": "2.5.37",
"@types/jasmine-jquery": "1.5.28",
"@types/lodash": "ts2.0",
"coveralls": "2.11.15",
"d3": "3.5.5",
"jasmine": "2.5.2",
"jasmine-jquery": "2.1.1",
"jquery": "3.2.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.6.3",
"powerbi-visuals-utils-chartutils": "^0.3.0",
"powerbi-visuals-utils-colorutils": "^0.2.2",
"powerbi-visuals-utils-dataviewutils": "^1.1.1",
"powerbi-visuals-utils-formattingutils": "^1.0.0",
"powerbi-visuals-utils-interactivityutils": "^0.3.1",
"powerbi-visuals-utils-svgutils": "^1.0.0",
"powerbi-visuals-utils-testutils": "^1.0.0",
"powerbi-visuals-utils-tooltiputils": "^0.3.2",
"powerbi-visuals-utils-typeutils": "^1.0.0",
"tslint": "5.1.0"
}
}