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

40 lines
846 B
JSON

{
"name": "@lion/dialog",
"version": "0.3.2",
"description": "Show relative overlay content on click, as a webcomponent",
"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/dialog"
},
"scripts": {
"prepublishOnly": "../../scripts/npm-prepublish.js"
},
"keywords": [
"lion",
"web-components",
"dialog"
],
"main": "index.js",
"module": "index.js",
"files": [
"src",
"stories",
"test",
"*.js"
],
"dependencies": {
"@lion/core": "0.3.0",
"@lion/overlays": "0.10.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.1.1",
"@open-wc/testing": "^2.3.4"
}
}