lemon-ngx-trend
Version:
ngx-trend Angular component for Lemoncloud
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "lemon-ngx-trend",
"version": "0.0.11",
"description": "ngx-trend Angular component for Lemoncloud",
"peerDependencies": {
"@angular/animations": ">=6.0.0 <9.0.0",
"@angular/common": ">=6.0.0 <9.0.0",
"@angular/core": ">=6.0.0 <9.0.0"
},
"repository": "lemoncloud-io/ngx-trend",
"homepage": "https://github.com/lemoncloud-io/ngx-trend",
"license": "MIT",
"bugs": "https://github.com/lemoncloud-io/ngx-trend/issues",
"keywords": [
"ngx-trend",
"typescript",
"angular-component",
"angular",
"trend",
"svg",
"graph",
"data-visualization",
"lemoncloud",
"chart",
"charts"
],
"main": "bundles/lemon-ngx-trend.umd.js",
"module": "fesm5/lemon-ngx-trend.js",
"es2015": "fesm2015/lemon-ngx-trend.js",
"esm5": "esm5/lemon-ngx-trend.js",
"esm2015": "esm2015/lemon-ngx-trend.js",
"fesm5": "fesm5/lemon-ngx-trend.js",
"fesm2015": "fesm2015/lemon-ngx-trend.js",
"typings": "lemon-ngx-trend.d.ts",
"metadata": "lemon-ngx-trend.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}