lion/packages/form/package.json
Thomas Allmer ec8da8f12c feat: release inital public lion version
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>
2019-04-26 10:37:57 +02:00

50 lines
1.2 KiB
JSON

{
"name": "@lion/form",
"version": "0.0.0",
"description": "It enhances the functionality of the native `form` component. It is designed to interact with (instances of) form fields",
"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/form"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"keywords": [
"lion",
"web-components",
"form"
],
"main": "index.js",
"module": "index.js",
"files": [
"stories",
"test",
"*.js"
],
"dependencies": {
"@lion/core": "0.0.0",
"@lion/fieldset": "0.0.0"
},
"devDependencies": {
"@lion/textarea": "0.0.0",
"@lion/input": "0.0.0",
"@lion/checkbox": "0.0.0",
"@lion/checkbox-group": "0.0.0",
"@lion/radio": "0.0.0",
"@lion/radio-group": "0.0.0",
"@lion/input-iban": "0.0.0",
"@lion/input-amount": "0.0.0",
"@lion/input-date": "0.0.0",
"@lion/input-email": "0.0.0",
"@lion/validate": "0.0.0",
"@open-wc/testing": "^0.11.1",
"@open-wc/storybook": "^0.1.5"
}
}