@angular-material-extensions/jumbotron
Version:
Angular UI open source library built with material design in order to illustrate a highlighted/important information for the user
35 lines • 1.1 kB
JSON
{
"name": "@angular-material-extensions/jumbotron",
"version": "2.0.0",
"description": "Angular UI open source library built with material design in order to illustrate a highlighted/important information for the user",
"keywords": [
"angular",
"material",
"jumbotron"
],
"author": {
"name": "Anthony Nahas",
"url": "https://github.com/angular-material-extensions"
},
"repository": {
"type": "git",
"url": "git://github.com/angular-material-extensions/jumbotron.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/angular-material-extensions/jumbotron/issues"
},
"homepage": "https://github.com/angular-material-extensions/jumbotron",
"schematics": "./schematics/collection.json",
"main": "./bundles/jumbotron.umd.js",
"module": "./esm5/jumbotron.es5.js",
"es2015": "./esm2015/jumbotron.js",
"typings": "./jumbotron.d.ts",
"peerDependencies": {
"@angular/cdk": "^8.1.2",
"@angular/common": "^8.1.3",
"@angular/core": "^8.1.3",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/material": "^8.1.2"
}
}