lion/packages/select/package.json
Thomas Allmer 4a93599228 chore: update storybook version
Co-authored-by: Joren Broekema <Joren.Broekema@ing.com>
2020-01-13 13:58:03 +01:00

43 lines
897 B
JSON

{
"name": "@lion/select",
"version": "0.4.2",
"description": "Provide a set of options where you can select one",
"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/select"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"select"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/field": "0.7.1"
},
"devDependencies": {
"@lion/validate": "0.5.4",
"@open-wc/demoing-storybook": "^1.1.1",
"@open-wc/testing": "^2.3.4"
}
}