lion/packages/radio-group/package.json
Joren Broekema 848ff06887 feat: flatten modelValue and remove checkedValue
Co-authored-by: daKmoR <Thomas.Allmer@ing.com>
Co-authored-by: CubLion <Alex.Ghiu@ing.com>
2020-02-06 16:06:52 +01:00

46 lines
977 B
JSON

{
"name": "@lion/radio-group",
"version": "0.5.9",
"description": "Manage a group of choices",
"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/radio-group"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"radio-group"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/choice-input": "0.5.9",
"@lion/core": "0.4.3",
"@lion/fieldset": "0.6.9"
},
"devDependencies": {
"@lion/radio": "0.3.9",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
}