mdc-autocomplete-list-item
Version:
MdcAutocomplete in conjunction with MdcAutocompleteList and MdcAutocompleteListItem are a pack of angular components to provide an autocomplete functionality to Angular MDC web.
40 lines (39 loc) • 1.28 kB
JSON
{
"name": "mdc-autocomplete-list-item",
"version": "0.1.0",
"description": "MdcAutocomplete in conjunction with MdcAutocompleteList and MdcAutocompleteListItem are a pack of angular components to provide an autocomplete functionality to Angular MDC web.",
"keywords": [
"autocomplete",
"angular",
"material",
"angular-mdc",
"mdc",
"web"
],
"repository": {
"type": "git",
"url": "git+https://github.com/chemaalfaya/mdcprojects.git"
},
"author": {
"name": "Chema Alfaya Montero",
"email": "chemaalfaya@gmail.com",
"url": "http://www.chemaalfaya.com"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"main": "bundles/mdc-autocomplete-list-item.umd.js",
"module": "fesm5/mdc-autocomplete-list-item.js",
"es2015": "fesm2015/mdc-autocomplete-list-item.js",
"esm5": "esm5/mdc-autocomplete-list-item.js",
"esm2015": "esm2015/mdc-autocomplete-list-item.js",
"fesm5": "fesm5/mdc-autocomplete-list-item.js",
"fesm2015": "fesm2015/mdc-autocomplete-list-item.js",
"typings": "mdc-autocomplete-list-item.d.ts",
"metadata": "mdc-autocomplete-list-item.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}