lion/packages/tabs/package.json
2020-01-16 15:47:59 +01:00

42 lines
885 B
JSON

{
"name": "@lion/tabs",
"version": "0.2.0",
"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"
},
"keywords": [
"lion",
"web-components",
"tabs"
],
"main": "index.js",
"module": "index.js",
"files": [
"docs",
"src",
"stories",
"test",
"translations",
"*.js"
],
"dependencies": {
"@lion/core": "0.4.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/testing": "^2.3.4",
"sinon": "^7.2.2"
}
}