forked from microsoft/powerbi-visuals-gantt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.4 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.4 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-gantt",
"version": "1.0.2",
"description": "A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical \"TODAY\" line. The Legend may be used to group or filter tasks based upon data values.",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-gantt.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"postinstall": "pbiviz update 1.6.0",
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "karma start"
},
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-gantt/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-gantt#readme",
"dependencies": {
"d3": "3.5.5",
"globalize": "0.1.0-a2",
"jquery": "3.1.1",
"lodash": "4.16.2",
"powerbi-visuals-utils-chartutils": "0.2.1",
"powerbi-visuals-utils-colorutils": "0.2.2",
"powerbi-visuals-utils-dataviewutils": "1.1.1",
"powerbi-visuals-utils-formattingutils": "2.1.0",
"powerbi-visuals-utils-interactivityutils": "0.3.1",
"powerbi-visuals-utils-svgutils": "0.2.1",
"powerbi-visuals-utils-tooltiputils": "0.3.2",
"powerbi-visuals-utils-typeutils": "1.0.0"
},
"devDependencies": {
"@types/d3": "3.5.38",
"@types/jasmine": "2.5.47",
"@types/jasmine-jquery": "1.5.30",
"@types/jquery": "2.0.41",
"@types/lodash": "4.14.55",
"coveralls": "2.13.0",
"jasmine": "2.5.3",
"jasmine-jquery": "2.1.1",
"karma": "1.6.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript-preprocessor": "0.3.1",
"powerbi-visuals-tools": "1.6.3",
"powerbi-visuals-utils-testutils": "1.0.0",
"tslint": "4.5.1",
"tslint-microsoft-contrib": "4.0.1",
"typescript": "2.1.4"
}
}