-
Notifications
You must be signed in to change notification settings - Fork 227
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
36
37
38
39
40
41
{
"name": "responsive-tabs",
"version": "1.6.3",
"author": "Jelle Kralt <[email protected]>",
"description": "jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint.",
"contributors": [
{
"name": "Jelle Kralt",
"email": "[email protected]"
}
],
"main": "./js/jquery.responsiveTabs.js",
"repository": {
"type": "git",
"url": "https://github.com/jellekralt/Responsive-Tabs.git"
},
"keywords": [
"jquery-plugin",
"responsive",
"tabs",
"jquery"
],
"dependencies": {
"jquery": ">=1.7.2 <3.0.0"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.8.0",
"connect-modrewrite": "^0.8.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"node-qunit-phantomjs": "^1.2.1",
"qunitjs": "^2.0.1",
"run-sequence": "^1.1.5",
"yargs": "^3.31.0"
}
}