{ "name": "@lion/overlays", "version": "0.13.3", "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", "test": "cd ../../ && yarn test --grep \"packages/overlays/test/**/*.test.js\"", "test:watch": "cd ../../ && yarn test:watch --grep \"packages/overlays/test/**/*.test.js\"" }, "keywords": [ "lion", "web-components", "overlays" ], "main": "index.js", "module": "index.js", "files": [ "docs", "src", "stories", "test", "test-helpers", "test-suites", "translations", "*.js" ], "dependencies": { "@lion/core": "0.5.2", "popper.js": "^1.15.0" } }