UNPKG

ipsos-components

Version:

Material Design components for Angular

36 lines (35 loc) 993 B
{ "name": "@angular/material-examples", "version": "0.0.0-PLACEHOLDER", "description": "Angular Material Examples", "main": "./bundles/material-examples.umd.js", "module": "./esm5/material-examples.es5.js", "es2015": "./esm2015/material-examples.js", "typings": "./material-examples.d.ts", "private": true, "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", "@angular/material": "0.0.0-PLACEHOLDER", "@angular/material-moment-adapter": "0.0.0-PLACEHOLDER" }, "dependencies": { "tslib": "^1.7.1" } }