lion/packages/input/package.json
2019-12-03 18:44:39 +01:00

44 lines
937 B
JSON

{
"name": "@lion/input",
"version": "0.3.7",
"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/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"input"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/field": "0.6.6"
},
"devDependencies": {
"@lion/localize": "0.7.1",
"@lion/validate": "0.5.1",
"@open-wc/demoing-storybook": "^0.2.0",
"@open-wc/testing": "^2.3.4"
}
}