UNPKG

@blox/material

Version:

Material Components for Angular

37 lines 1.1 kB
{ "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "@blox/material", "version": "1.0.0", "license": "Apache-2.0", "description": "Material Components for Angular", "author": "The Source Zone", "bugs": "https://github.com/src-zone/material/issues", "repository": "github:src-zone/material", "homepage": "https://material.src.zone/", "sideEffects": false, "keywords": [ "angular", "material", "material components web" ], "dependencies": { "material-components-web": "^5.1.0", "tslib": "^2.0.0" }, "peerDependencies": { "@angular/animations": ">=10.0.0", "@angular/common": ">=10.0.0", "@angular/core": ">=10.0.0", "@angular/forms": ">=10.0.0", "@angular/router": ">=10.0.0", "rxjs": ">=6.5.0", "zone.js": ">=0.11.0" }, "main": "bundles/blox-material.umd.js", "module": "fesm2015/blox-material.js", "es2015": "fesm2015/blox-material.js", "esm2015": "esm2015/blox-material.js", "fesm2015": "fesm2015/blox-material.js", "typings": "blox-material.d.ts", "metadata": "blox-material.metadata.json" }