46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@lion/tabs",
|
|
"version": "0.5.6",
|
|
"description": "Allows users to quickly move between a small number of equally important views.",
|
|
"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/tabs"
|
|
},
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"files": [
|
|
"*.d.ts",
|
|
"*.js",
|
|
"docs",
|
|
"src",
|
|
"test",
|
|
"test-helpers",
|
|
"translations",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"debug": "cd ../../ && yarn debug --group tabs",
|
|
"debug:firefox": "cd ../../ && yarn debug:firefox --group tabs",
|
|
"debug:webkit": "cd ../../ && yarn debug:webkit --group tabs",
|
|
"prepublishOnly": "../../scripts/npm-prepublish.js",
|
|
"test": "cd ../../ && yarn test:browser --group tabs"
|
|
},
|
|
"sideEffects": [
|
|
"lion-tabs.js"
|
|
],
|
|
"dependencies": {
|
|
"@lion/core": "0.13.0"
|
|
},
|
|
"keywords": [
|
|
"lion",
|
|
"tabs",
|
|
"web-components"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|