lion/packages/select-rich/package.json
CircleCI 612ad1f19f chore: release new versions
- @lion/dialog@0.5.0
 - @lion/form-system@0.7.13
 - @lion/input-datepicker@0.12.0
 - @lion/overlays@0.14.0
 - @lion/select-rich@0.16.0
 - @lion/tabs@0.2.10
 - @lion/tooltip@0.9.0
2020-05-18 11:39:42 +00:00

48 lines
1.1 KiB
JSON

{
"name": "@lion/select-rich",
"version": "0.16.0",
"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.14.0",
"@lion/validate": "0.9.2"
}
}