UNPKG

@foblex/flow-animator

Version:
48 lines 1.33 kB
{ "name": "@foblex/flow-animator", "version": "16.1.0", "description": "Animation library for @foblex/flow.", "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/foblex/f-flow-animator.git" }, "private": false, "keywords": [ "Angular", "Foblex", "Flow", "Animation" ], "author": "Siarhei Huzarevich", "license": "MIT", "peerDependencies": { "@angular/core": ">=14.0.0", "@angular/animations": ">=14.0.0", "rxjs": ">=7.6.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2015/foblex-flow-animator.mjs", "es2020": "fesm2020/foblex-flow-animator.mjs", "esm2020": "esm2020/foblex-flow-animator.mjs", "fesm2020": "fesm2020/foblex-flow-animator.mjs", "fesm2015": "fesm2015/foblex-flow-animator.mjs", "typings": "foblex-flow-animator.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./foblex-flow-animator.d.ts", "esm2020": "./esm2020/foblex-flow-animator.mjs", "es2020": "./fesm2020/foblex-flow-animator.mjs", "es2015": "./fesm2015/foblex-flow-animator.mjs", "node": "./fesm2015/foblex-flow-animator.mjs", "default": "./fesm2020/foblex-flow-animator.mjs" } } }