forked from vtimbuc/bootstrap-responsive-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 668 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "bootstrap-responsive-tabs",
"version": "2.0.3",
"description": "A simple jQuery plugin that switches the default bootstrap tabs to accordions on the viewports that you choose to.",
"main": "dist/js/jquery.bootstrap-responsive-tabs.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vtimbuc/bootstrap-responsive-tabs.git"
},
"keywords": [
"jquery",
"bootstrap",
"responsive",
"tabs"
],
"author": "Valeriu Timbuc",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/vtimbuc/bootstrap-responsive-tabs/issues"
},
"homepage": "http://vtimbuc.github.io/bootstrap-responsive-tabs/"
}