UNPKG

angular-animations

Version:
39 lines (38 loc) 1.07 kB
{ "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "angular-animations", "version": "0.11.0", "description": "Angular Animations Utilities", "main": "bundles/angular-animations.umd.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/filipows/angular-animations.git" }, "keywords": [ "angular", "animations", "library", "untility", "animate" ], "author": "Chris Filipowski", "license": "MIT", "bugs": { "url": "https://github.com/filipows/angular-animations/issues" }, "homepage": "https://github.com/filipows/angular-animations#readme", "peerDependencies": { "@angular/animations": ">=6.0.0" }, "module": "fesm2015/angular-animations.js", "es2015": "fesm2015/angular-animations.js", "esm2015": "esm2015/angular-animations.js", "fesm2015": "fesm2015/angular-animations.js", "typings": "angular-animations.d.ts", "metadata": "angular-animations.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^2.0.0" } }