40 lines
931 B
JSON
40 lines
931 B
JSON
{
|
|
"name": "scrolling-tabs-bootstrap-5",
|
|
"version": "1.0.7",
|
|
"description": "A simple plugin to create scrollable tabs with Bootstrap 5.",
|
|
"main": "./dist/scrollable-tabs.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SupernovaIC/scrollable-tabs-bootstrap-5.git"
|
|
},
|
|
"keywords": [
|
|
"scrollable",
|
|
"scrolling",
|
|
"tabs",
|
|
"bootstrap",
|
|
"boostrap",
|
|
"bootstrap-5",
|
|
"javascript",
|
|
"css",
|
|
"web",
|
|
"front-end",
|
|
"move-js",
|
|
"css"
|
|
],
|
|
"ignore": [
|
|
".gitignore",
|
|
"README.md"
|
|
],
|
|
"author": "Federico Navarrete <fanmixco@gmail.com>",
|
|
"license": "Apache 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/SupernovaIC/scrollable-tabs-bootstrap-5/issues"
|
|
},
|
|
"homepage": "https://github.com/SupernovaIC/scrollable-tabs-bootstrap-5#readme",
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.7.2",
|
|
"move-js": "^0.5.0"
|
|
}
|
|
}
|