@selfage/tabs
Version:
Common features to navigate between tabs.
32 lines (31 loc) • 721 B
JSON
{
"name": "@selfage/tabs",
"version": "3.0.1",
"description": "Common features to navigate between tabs.",
"repository": {
"type": "git",
"url": "git+https://github.com/selfage/tabs.git"
},
"keywords": [
"Tab",
"Tabs",
"Navigator",
"Switcher"
],
"author": "Yuxuan Xie <teststaybaka@gmail.com> (http://www.yuxuanxie.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/selfage/tabs/issues"
},
"homepage": "https://github.com/selfage/tabs#readme",
"files": [
"**/*.js",
"**/*.d.ts",
"!**/*_test.*",
"!test_data/**/*"
],
"devDependencies": {
"@selfage/tsconfig": "^1.1.0",
"typescript": "^5.4.5"
}
}