UNPKG

@ngverse/motion

Version:

<p align="center"> <img src="https://github.com/ngverse/motion/blob/main/apps/docs/public/logo.png?raw=true" alt="Logo" width="200px" /> </p> `@ngverse/motion` is an Angular animations library, see more info on [link](https://motion.ngverse.dev)

54 lines (53 loc) 1.22 kB
{ "name": "@ngverse/motion", "version": "0.4.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ngverse/motion" }, "peerDependencies": { "@angular/animations": ">=17.0.0" }, "sideEffects": false, "keywords": [ "angular", "angular-components", "typescript", "components", "angular-animations", "javascript" ], "module": "fesm2022/ngverse-motion.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngverse-motion.mjs" }, "./animatecss": { "types": "./animatecss/index.d.ts", "default": "./fesm2022/ngverse-motion-animatecss.mjs" }, "./core": { "types": "./core/index.d.ts", "default": "./fesm2022/ngverse-motion-core.mjs" }, "./generalcss": { "types": "./generalcss/index.d.ts", "default": "./fesm2022/ngverse-motion-generalcss.mjs" }, "./magiccss": { "types": "./magiccss/index.d.ts", "default": "./fesm2022/ngverse-motion-magiccss.mjs" } }, "dependencies": { "tslib": "^2.3.0" } }