- @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
39 lines
932 B
JSON
39 lines
932 B
JSON
{
|
|
"name": "@lion/tabs",
|
|
"version": "0.2.10",
|
|
"description": "Allows users to quickly move between a small number of equally important views.",
|
|
"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/tabs"
|
|
},
|
|
"scripts": {
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test --grep \"packages/tabs/test/**/*.test.js\"",
|
|
"test:watch": "cd ../../ && yarn test:watch --grep \"packages/tabs/test/**/*.test.js\""
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"web-components",
|
|
"tabs"
|
|
],
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"docs",
|
|
"src",
|
|
"stories",
|
|
"test",
|
|
"translations",
|
|
"*.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.5.2"
|
|
}
|
|
}
|