2019-10-09 15:29:52 +03:00
{
"name" : "@syncfusion/ej2-angular-heatmap" ,
2022-10-26 16:06:19 +03:00
"version" : "20.3.50" ,
2019-10-09 15:29:52 +03:00
"description" : "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Angular" ,
"author" : "Syncfusion Inc." ,
"license" : "SEE LICENSE IN license" ,
"schematics" : "./schematics/collection.json" ,
"dependencies" : {
"@syncfusion/ej2-base" : "*" ,
"@syncfusion/ej2-angular-base" : "*" ,
2021-05-19 13:36:20 +03:00
"@syncfusion/ej2-heatmap" : "*"
2019-10-09 15:29:52 +03:00
} ,
"devDependencies" : {
"rxjs" : "5.0.0 - 5.5.10" ,
"zone.js" : "0.7.2 - 0.8.26" ,
"core-js" : "2.4.1 - 2.6.6" ,
"reflect-metadata" : "0.1.9 - 0.1.15 " ,
"@angular/common" : "2.2.1 - 4.10.0" ,
"@angular/compiler" : "2.2.1 - 4.10.0" ,
"@angular/core" : "2.2.1 - 4.10.0" ,
"@angular/forms" : "2.2.1 - 4.10.0" ,
"@angular/http" : "2.2.1 - 4.10.0" ,
"@angular/platform-browser" : "2.2.1 - 4.10.0" ,
"@angular/platform-browser-dynamic" : "2.2.1 - 4.10.0" ,
"@angular/router" : "2.2.1 - 4.10.0" ,
"@angular/compiler-cli" : "2.2.1 - 4.10.0" ,
"@angular/platform-server" : "2.2.1 - 4.10.0" ,
"@angular-devkit/schematics" : "0.7.2" ,
"@schematics/angular" : "0.7.2" ,
"es6-module-loader" : "^0.17.11" ,
"rollup" : "^0.41.6" ,
"rollup-plugin-uglify" : "^1.0.1" ,
"systemjs" : "^0.19.40" ,
"systemjs-plugin-babel" : "0.0.17" ,
"ng-packagr" : "1.5.0" ,
"tsickle" : "0.34.0" ,
2021-05-19 13:36:20 +03:00
"@types/lodash" : "4.14.159" ,
"@types/node" : "11.15.20" ,
2019-10-09 15:29:52 +03:00
"es6-promise" : "^3.2.1" ,
"gulp" : "^3.9.1" ,
"gulp-sass" : "^3.1.0" ,
"gulp-typescript" : "^3.1.6" ,
"requirejs" : "^2.3.3" ,
"typescript" : "2.3.4"
} ,
"keywords" : [
"ej2" ,
"Syncfusion" ,
"web-components" ,
"data" ,
"matrix chart" ,
"grid chart" ,
"heat map" ,
"bubble heatmap" ,
"angular" ,
"ng" ,
"ng-heatmap" ,
"ej2-ng-heatmap"
] ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/syncfusion/ej2-angular-ui-components.git"
} ,
"scripts" : {
"build" : "gulp build"
} ,
"sideEffects" : true
}