Co-authored-by: Mikhail Bashkirov <mikhail.bashkirov@ing.com> Co-authored-by: Thijs Louisse <thijs.louisse@ing.com> Co-authored-by: Joren Broekema <joren.broekema@ing.com> Co-authored-by: Gerjan van Geest <gerjan.van.geest@ing.com> Co-authored-by: Erik Kroes <erik.kroes@ing.com> Co-authored-by: Lars den Bakker <lars.den.bakker@ing.com>
43 lines
940 B
JSON
43 lines
940 B
JSON
{
|
|
"name": "@lion/checkbox-group",
|
|
"version": "0.0.0",
|
|
"description": "A container for multiple checkboxes",
|
|
"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/checkbox-group"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/insert-header.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"checkbox-group"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"stories",
|
|
"test",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.0.0",
|
|
"@lion/fieldset": "0.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/checkbox": "0.0.0",
|
|
"@lion/form": "0.0.0",
|
|
"@lion/localize": "0.0.0",
|
|
"@open-wc/testing": "^0.11.1",
|
|
"@open-wc/storybook": "^0.1.5",
|
|
"sinon": "^7.2.2"
|
|
}
|
|
}
|