- @lion/dialog@0.5.0 - @lion/form-system@0.7.13 - @lion/input-datepicker@0.12.0 - @lion/overlays@0.14.0 - @lion/select-rich@0.16.0 - @lion/tabs@0.2.10 - @lion/tooltip@0.9.0
40 lines
937 B
JSON
40 lines
937 B
JSON
{
|
|
"name": "@lion/tooltip",
|
|
"version": "0.9.0",
|
|
"description": "Show relative overlay content on hover",
|
|
"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/tooltip"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test --grep \"packages/tooltip/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/tooltip/test/**/*.test.js\""
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"tooltip"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.5.2",
|
|
"@lion/overlays": "0.14.0"
|
|
}
|
|
}
|