UNPKG

ipsos-components

Version:

Material Design components for Angular

33 lines (32 loc) 810 B
{ "name": "@angular/material", "version": "0.0.0-PLACEHOLDER", "description": "Angular Material", "main": "./bundles/material.umd.js", "module": "./esm5/material.es5.js", "es2015": "./esm2015/material.js", "typings": "./material.d.ts", "repository": { "type": "git", "url": "https://github.com/angular/material2.git" }, "keywords": [ "angular", "material", "material design", "components" ], "license": "MIT", "bugs": { "url": "https://github.com/angular/material2/issues" }, "homepage": "https://github.com/angular/material2#readme", "peerDependencies": { "@angular/cdk": "0.0.0-PLACEHOLDER", "@angular/core": "0.0.0-NG", "@angular/common": "0.0.0-NG" }, "dependencies": { "tslib": "^1.7.1" } }