lion/packages/select-rich/package.json
CircleCI 0ff4199f1f chore: release new versions
- @lion/dialog@0.4.18
 - @lion/form-system@0.7.12
 - @lion/input-datepicker@0.11.7
 - @lion/overlays@0.13.3
 - @lion/select-rich@0.15.4
 - @lion/tooltip@0.8.13
2020-05-06 15:22:51 +00:00

48 lines
1.1 KiB
JSON

{
"name": "@lion/select-rich",
"version": "0.15.4",
"description": "Provides a select with options that can contain html",
"author": "ing-bank",
"homepage": "https://github.com/ing-bank/lion/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ing-bank/lion.git",
"directory": "packages/select-rich"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test --grep \"packages/select-rich/test/**/*.test.js\"",
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/select-rich/test/**/*.test.js\""
},
"keywords": [
"lion",
"web-components",
"select",
"listbox",
"field",
"form",
"option"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/button": "0.5.12",
"@lion/choice-input": "0.8.2",
"@lion/core": "0.5.2",
"@lion/field": "0.12.2",
"@lion/overlays": "0.13.3",
"@lion/validate": "0.9.2"
}
}