ng-apexcharts
Version:
An angular implementation of ApexCharts
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "ng-apexcharts",
"version": "1.0.3",
"description": "An angular implementation of ApexCharts",
"peerDependencies": {
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0",
"rxjs": "^6.3.0",
"apexcharts": "^3.3.1"
},
"keywords": [
"angular",
"apexcharts",
"charts",
"statistics",
"ui"
],
"author": {
"name": "Morris Janatzek"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apexcharts/ng-apexcharts/issues"
},
"homepage": "https://github.com/apexcharts/ng-apexcharts",
"repository": {
"type": "git",
"url": "https://github.com/apexcharts/ng-apexcharts.git"
},
"main": "bundles/ng-apexcharts.umd.js",
"module": "fesm5/ng-apexcharts.js",
"es2015": "fesm2015/ng-apexcharts.js",
"esm5": "esm5/ng-apexcharts.js",
"esm2015": "esm2015/ng-apexcharts.js",
"fesm5": "fesm5/ng-apexcharts.js",
"fesm2015": "fesm2015/ng-apexcharts.js",
"typings": "ng-apexcharts.d.ts",
"metadata": "ng-apexcharts.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}