{ "name": "@lion/dialog", "version": "0.4.4", "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.4.3", "@lion/overlays": "0.12.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^1.8.3", "@open-wc/testing": "^2.5.0" } }