-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
42
{
"name": "tabbedcontent",
"version": "1.6.0",
"description": "TabbedContent is a lightweight tabs plugin for jQuery and Zepto with all the essential, like history navigation and a simple API that allow you to change between tabs. If you are using a modern browser it will use the new HTML5 history API to prevent moving the browser viewport when it changes the hash in the URL. It only deppends on jQuery/Zepto; there's no need to use any other library like jQuery UI.",
"main": "tabbedcontent.js",
"repository": {
"type": "git",
"url": "https://github.com/elboletaire/tabbedcontent.git"
},
"keywords": [
"jquery-plugin",
"zepto-plugin",
"ecosystem:jquery",
"ecosystem:zepto",
"ui",
"tabs",
"browser-history"
],
"author": {
"name": "Òscar Casajuana",
"url": "http://racotecnic.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/elboletaire/tabbedcontent/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/elboletaire/tabbedcontent/issues"
},
"homepage": "https://github.com/elboletaire/tabbedcontent",
"dependencies": {
"jquery": ">=1.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1"
}
}