ng-beautiful-gauges
Version:
Angular 6+ component wrapper for the canvas-gauges lib written by @Mikhus
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "ng-beautiful-gauges",
"version": "6.0.4",
"description": "Angular 6+ component wrapper for the canvas-gauges lib written by @Mikhus",
"repository": {
"type": "git",
"url": "https://github.com/wayneparrott/ng-beautiful-gauges.git"
},
"keywords": [
"Angular",
"Canvas",
"Gauges",
"Thermometer",
"Meter",
"Speedometer"
],
"author": "vladimir.martynenko.work@gmail.com",
"contributors": [
{
"name": "Wayne Parrott",
"url": "http://wayneparrott.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wayneparrott/ng-beautiful-gauges/issues"
},
"homepage": "https://github.com/wayneparrott/ng-beautiful-gauges",
"peerDependencies": {
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0"
},
"dependencies": {
"@types/canvas-gauges": "^2.1.1",
"canvas-gauges": "^2.1.5",
"rx-dom-html": "^7.0.0",
"tslib": "^1.9.0"
},
"main": "bundles/ng-beautiful-gauges.umd.js",
"module": "fesm5/ng-beautiful-gauges.js",
"es2015": "fesm2015/ng-beautiful-gauges.js",
"esm5": "esm5/ng-beautiful-gauges.js",
"esm2015": "esm2015/ng-beautiful-gauges.js",
"fesm5": "fesm5/ng-beautiful-gauges.js",
"fesm2015": "fesm2015/ng-beautiful-gauges.js",
"typings": "ng-beautiful-gauges.d.ts",
"metadata": "ng-beautiful-gauges.metadata.json",
"sideEffects": false
}