{ "name": "@lion/overlays", "version": "0.6.4", "description": "Overlays System using lit-html for rendering", "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/overlays" }, "scripts": { "prepublishOnly": "../../scripts/npm-prepublish.js" }, "keywords": [ "lion", "web-components", "overlays" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "test-helpers", "translations", "*.js" ], "dependencies": { "@lion/core": "^0.3.0", "popper.js": "^1.15.0" }, "devDependencies": { "@open-wc/demoing-storybook": "^0.2.0", "@open-wc/testing": "^2.3.4", "@open-wc/testing-helpers": "^1.0.0", "sinon": "^7.2.2" } }