controlled-rising-skyline
Version:
This library provides a rising skyline chart with an horizontal control panel control. This widget is linked to a dynamic history of buildings. An animation displays the rising of the skyline.
47 lines • 1.32 kB
JSON
{
"name": "controlled-rising-skyline",
"version": "1.1.0",
"peerDependencies": {
"@angular/common": "^12.2.15",
"@angular/core": "^12.2.15",
"@angular/material": "^12.2.13",
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"rising-skyline": "^1.1.0"
},
"dependencies": {
"tslib": "^2.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frvidal/workspace-skyline/tree/master/projects/controlled-rising-skyline"
},
"homepage": "https://github.com/frvidal/workspace-skyline/tree/master/projects/controlled-rising-skyline#readme",
"author": {
"name": "Frédéric VIDAL",
"email": "frederic.vidal@fitzhi.com"
},
"keywords": [
"angular",
"lib",
"dynamic",
"animation",
"animated",
"rising",
"skyline",
"monitor",
"control",
"chart",
"tag"
],
"main": "bundles/controlled-rising-skyline.umd.js",
"module": "fesm2015/controlled-rising-skyline.js",
"es2015": "fesm2015/controlled-rising-skyline.js",
"esm2015": "esm2015/controlled-rising-skyline.js",
"fesm2015": "fesm2015/controlled-rising-skyline.js",
"typings": "controlled-rising-skyline.d.ts",
"metadata": "controlled-rising-skyline.metadata.json",
"sideEffects": false
}