-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 878 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "scrolling-tabs-bootstrap-5",
"version": "1.1.1",
"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"
],
"author": "Federico Navarrete <[email protected]>",
"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"
}
}