UNPKG

ng-chartist

Version:
45 lines (44 loc) 1.04 kB
{ "name": "ng-chartist", "version": "9.1.0", "description": "Chartist component for Angular", "keywords": [ "angular", "chartist", "charting", "charts" ], "homepage": "https://github.com/willsoto/ng-chartist", "bugs": { "url": "https://github.com/willsoto/ng-chartist/issues" }, "repository": { "type": "git", "url": "git+https://github.com/willsoto/ng-chartist.git" }, "license": "Apache-2.0", "author": "Will Soto", "files": [ "**/*.{js,mjs,ts,json,map}" ], "dependencies": { "tslib": "2.8.1" }, "peerDependencies": { "@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0", "chartist": "^1.0.0" }, "module": "fesm2022/ng-chartist.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ng-chartist.mjs" } }, "sideEffects": false }