49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "@lion/overlays",
|
|
"version": "0.21.0",
|
|
"description": "Overlays System using lit-html for rendering",
|
|
"license": "MIT",
|
|
"author": "ing-bank",
|
|
"homepage": "https://github.com/ing-bank/lion/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ing-bank/lion.git",
|
|
"directory": "packages/overlays"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"debug": "cd ../../ && yarn debug --group overlays",
|
|
"debug:firefox": "cd ../../ && yarn debug:firefox --group overlays",
|
|
"debug:webkit": "cd ../../ && yarn debug:webkit --group overlays",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --group overlays"
|
|
},
|
|
"sideEffects": [
|
|
"./docs/demo-overlay-system.js",
|
|
"./docs/applyDemoOverlayStyles.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.13.0",
|
|
"popper.js": "^1.15.0",
|
|
"singleton-manager": "1.1.2"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"overlays",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|