UNPKG

angular-google-charts

Version:

A wrapper for the Google Charts library written with Angular

49 lines 1.25 kB
{ "name": "angular-google-charts", "version": "16.0.2", "description": "A wrapper for the Google Charts library written with Angular", "keywords": [ "Angular", "Angular 2", "Charts", "Google", "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" }, "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0" }, "dependencies": { "@types/google.visualization": "0.0.74", "tslib": "^2.2.0" }, "main": "src/index.ts", "module": "fesm2022/angular-google-charts.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/angular-google-charts.mjs", "esm": "./esm2022/angular-google-charts.mjs", "default": "./fesm2022/angular-google-charts.mjs" } }, "sideEffects": false }