angular-google-charts
Version:
A wrapper of the Google Charts library written with Angular 6
48 lines (47 loc) • 1.39 kB
JSON
{
"name": "angular-google-charts",
"version": "0.1.6",
"description": "A wrapper of the Google Charts library written with Angular 6",
"keywords": [
"Angular",
"Angular2",
"Angular 2",
"Charts",
"Google",
"Angular 6",
"Angular 7",
"Chart"
],
"homepage": "https://github.com/FERNman/angular-google-charts",
"repository": {
"type": "git",
"url": "https://github.com/FERNman/angular-google-charts"
},
"bugs": {
"url": "https://github.com/FERNman/angular-google-charts",
"email": "gabriel.sperrer@gmail.com"
},
"license": "MIT",
"author": {
"name": "Gabriel Sperrer",
"email": "gabriel.sperrer@gmail.com"
},
"dependencies": {
"@types/google.visualization": "0.0.43",
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"main": "bundles/angular-google-charts.umd.js",
"module": "fesm5/angular-google-charts.js",
"es2015": "fesm2015/angular-google-charts.js",
"esm5": "esm5/angular-google-charts.js",
"esm2015": "esm2015/angular-google-charts.js",
"fesm5": "fesm5/angular-google-charts.js",
"fesm2015": "fesm2015/angular-google-charts.js",
"typings": "angular-google-charts.d.ts",
"metadata": "angular-google-charts.metadata.json",
"sideEffects": false
}