aui-select-box
Version:
``` npm i aui-select-box ```
38 lines (37 loc) • 928 B
JSON
{
"name": "aui-select-box",
"version": "3.0.1",
"repository": {
"type": "git",
"url": "https://github.com/vajraws/aui-select-pick-box.git"
},
"author": "Srikanth Madasu",
"license": "MIT",
"keywords": [
"AngularUI",
"SelectBox",
"SelectPickBox",
"DragAndDrop",
"MultiSelect",
"Vajraws"
],
"peerDependencies": {
"@angular/common": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/cdk": "^7.3.7"
},
"module": "esm5/aui-select-box.js",
"main": "bundles/aui-select-box.umd.js",
"es2015": "fesm2015/aui-select-box.js",
"esm5": "esm5/aui-select-box.js",
"esm2015": "esm2015/aui-select-box.js",
"fesm5": "fesm5/aui-select-box.js",
"fesm2015": "fesm2015/aui-select-box.js",
"typings": "aui-select-box.d.ts",
"metadata": "aui-select-box.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}