lion/packages/input/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

41 lines
886 B
JSON

{
"name": "@lion/input",
"version": "0.0.0",
"description": "It enhances the functionality of the native `<input>` element",
"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/input"
},
"scripts": {
"prepublishOnly": "../../scripts/insert-header.js"
},
"keywords": [
"lion",
"web-components",
"input"
],
"main": "index.js",
"module": "index.js",
"files": [
"stories",
"test",
"*.js"
],
"dependencies": {
"@lion/core": "0.0.0",
"@lion/field": "0.0.0"
},
"devDependencies": {
"@lion/localize": "0.0.0",
"@lion/validate": "0.0.0",
"@open-wc/testing": "^0.11.1",
"@open-wc/storybook": "^0.1.5"
}
}