2016-12-05 19:43:31 +03:00
{
2016-12-08 20:52:08 +03:00
"name" : "powerbi-visuals-gantt" ,
2018-03-13 14:03:54 +03:00
"version" : "1.9.4" ,
2016-12-08 20:52:08 +03:00
"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." ,
2016-12-05 19:43:31 +03:00
"repository" : {
"type" : "git" ,
2016-12-08 20:52:08 +03:00
"url" : "git+https://github.com/Microsoft/powerbi-visuals-gantt.git"
2016-12-05 19:43:31 +03:00
} ,
"keywords" : [
"powerbi-visuals"
] ,
"scripts" : {
2017-11-10 15:41:18 +03:00
"postinstall" : "pbiviz update 1.8.0" ,
2016-12-05 19:43:31 +03:00
"pbiviz" : "pbiviz" ,
"start" : "pbiviz start" ,
"package" : "pbiviz package" ,
2017-04-12 18:12:54 +03:00
"lint" : "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"" ,
2017-02-03 19:00:10 +03:00
"pretest" : "pbiviz package --resources --no-minify --no-pbiviz --no-plugin" ,
2016-12-05 19:43:31 +03:00
"test" : "karma start"
} ,
"author" : {
"name" : "Microsoft" ,
"email" : "pbicvsupport@microsoft.com"
} ,
"license" : "MIT" ,
"bugs" : {
2016-12-08 20:52:08 +03:00
"url" : "https://github.com/Microsoft/powerbi-visuals-gantt/issues"
2016-12-05 19:43:31 +03:00
} ,
2016-12-08 20:52:08 +03:00
"homepage" : "https://github.com/Microsoft/powerbi-visuals-gantt#readme" ,
2017-04-12 18:12:54 +03:00
"dependencies" : {
2016-12-05 19:43:31 +03:00
"d3" : "3.5.5" ,
"globalize" : "0.1.0-a2" ,
"jquery" : "3.1.1" ,
2017-04-12 18:12:54 +03:00
"lodash" : "4.16.2" ,
"powerbi-visuals-utils-chartutils" : "0.2.1" ,
2017-11-09 17:25:17 +03:00
"powerbi-visuals-utils-colorutils" : "1.0.0" ,
2017-04-12 18:12:54 +03:00
"powerbi-visuals-utils-dataviewutils" : "1.1.1" ,
2017-06-15 19:15:17 +03:00
"powerbi-visuals-utils-formattingutils" : "2.1.0" ,
2017-04-12 18:12:54 +03:00
"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" ,
2016-12-05 19:43:31 +03:00
"karma-chrome-launcher" : "2.0.0" ,
2017-02-03 19:00:10 +03:00
"karma-coverage" : "1.1.1" ,
2017-04-12 18:12:54 +03:00
"karma-jasmine" : "1.1.0" ,
"karma-remap-istanbul" : "0.6.0" ,
2017-02-03 19:00:10 +03:00
"karma-sourcemap-loader" : "0.3.7" ,
2017-04-12 18:12:54 +03:00
"karma-typescript-preprocessor" : "0.3.1" ,
2017-11-10 15:41:18 +03:00
"powerbi-visuals-tools" : "^1.8.1" ,
2017-11-09 17:25:17 +03:00
"powerbi-visuals-utils-testutils" : "1.0.2" ,
2017-04-12 18:12:54 +03:00
"tslint" : "4.5.1" ,
"tslint-microsoft-contrib" : "4.0.1" ,
2017-04-20 11:34:02 +03:00
"typescript" : "2.1.4"
2016-12-05 19:43:31 +03:00
}
2017-10-03 12:43:00 +03:00
}