multiple-options-select-dropdown
Version:
A simple component which allows to select mutliple options from dropdown
40 lines (39 loc) • 1.33 kB
JSON
{
"name": "multiple-options-select-dropdown",
"version": "1.0.1",
"description": "A simple component which allows to select mutliple options from dropdown",
"repository": {
"type": "git",
"url": "https://github.com/wadkarsatish/multi-select-dropdown.git"
},
"bugs": {
"url": "https://github.com/wadkarsatish/multi-select-dropdown/issues"
},
"homepage": "https://github.com/wadkarsatish/multi-select-dropdown",
"keywords": [
"angular",
"multi-select-dropdown",
"typescript",
"drop-down"
],
"author": "Satish Wadkar",
"displayName": "multi-select-dropdown",
"peerDependencies": {
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0",
"bootstrap": "^4.0.0"
},
"main": "bundles/multiple-options-select-dropdown.umd.js",
"module": "fesm5/multiple-options-select-dropdown.js",
"es2015": "fesm2015/multiple-options-select-dropdown.js",
"esm5": "esm5/multiple-options-select-dropdown.js",
"esm2015": "esm2015/multiple-options-select-dropdown.js",
"fesm5": "fesm5/multiple-options-select-dropdown.js",
"fesm2015": "fesm2015/multiple-options-select-dropdown.js",
"typings": "multiple-options-select-dropdown.d.ts",
"metadata": "multiple-options-select-dropdown.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
}
}