@financial-times/o-multi-select
Version:
Multi select component
45 lines (44 loc) • 1.17 kB
JSON
{
"name": "@financial-times/o-multi-select",
"version": "3.0.1",
"description": "Multi select component",
"keywords": [
"form",
"forms",
"multiple",
"multi",
"select",
"multi-select",
"combobox",
"combo box"
],
"homepage": "https://registry.origami.ft.com/components/o-multi-select",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-multi-select,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"scripts": {
"start": "npx serve ./demos/local",
"build": "bash ../../scripts/component/build.bash",
"test": "bash ../../scripts/component/test.bash",
"debug:js": "bash ../../scripts/component/debug-js.bash",
"lint": "bash ../../scripts/component/lint.bash",
"watch": "bash ../../scripts/component/watch.bash"
},
"peerDependencies": {
"@financial-times/o-brand": "^4.1.0",
"@financial-times/o-private-foundation": "^1.0.0",
"@financial-times/o-utils": "^2.2.0"
},
"engines": {
"npm": ">7"
},
"private": false,
"devDependencies": {
"@financial-times/o-forms": "^10.0.0",
"@financial-times/o-normalise": "^3.3.2"
}
}