- @lion/input-datepicker@0.1.19 - @lion/overlays@0.2.7 - @lion/popup@0.1.26 - @lion/tooltip@0.1.26
44 lines
918 B
JSON
44 lines
918 B
JSON
{
|
|
"name": "@lion/popup",
|
|
"version": "0.1.26",
|
|
"description": "Show relative overlay content on click",
|
|
"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/popup"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"popup"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "^0.1.9",
|
|
"@lion/overlays": "^0.2.7"
|
|
},
|
|
"devDependencies": {
|
|
"@lion/button": "^0.1.25",
|
|
"@lion/icon": "^0.1.9",
|
|
"@open-wc/demoing-storybook": "^0.2.0",
|
|
"@open-wc/testing": "^0.12.5"
|
|
}
|
|
}
|