UNPKG

@wlucha/ng-country-select

Version:

A smart, multilingual country search with flags and codes

43 lines 1.24 kB
{ "name": "@wlucha/ng-country-select", "version": "2.1.1", "description": "A smart, multilingual country search with flags and codes", "author": "Wilfried Lucha <wilfried@lucha.at>", "homepage": "https://wlucha.github.io/ng-country-select/", "license": "MIT", "contributors": [ "Wilfried Lucha <wilfried@lucha.at>" ], "keywords": [ "ng-country-select", "country-selector", "country-autocomplete" ], "repository": "https://github.com/wlucha/ng-country-select.git", "schematics": "./schematics/collection.json", "bugs": { "url": "https://github.com/wlucha/ng-country-select/issues" }, "readme": "https://github.com/wlucha/ng-country-select/blob/master/README.md", "peerDependencies": { "@angular/common": ">=16.0.0 <20.0.0", "@angular/core": ">=16.0.0 <20.0.0", "@angular/material": ">=16.0.0 <20.0.0", "flag-icons": "^7.3.2" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/wlucha-ng-country-select.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/wlucha-ng-country-select.mjs" } } }