[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
tracer
/
assets
/
js
/
New folder
/
jQuery-EasyTabs-master
/
[
Home
]
File: package.json
{ "name": "EasyTabs", "title": "jQuery EasyTabs - Tabs with(out) style.", "description": "EasyTabs is a lightweight jQuery plugin to provide full tab functionality, while leaving the styling up to you.", "version": "3.2.0", "keywords": [ "tabs", "cycle", "gallery" ], "maintainers": [ { "name": "Steve Schwartz", "email": "steve@alfajango.com", "web": "http://www.alfajango.com/blog" } ], "contributors": [ { "name": "Steve Schwartz", "email": "steve@alfajango.com", "web": "http://www.alfajango.com/blog" } ], "dependencies": { "jquery": ["1.4.3","1.5","1.6","1.7","1.8","1.9","1.10"] }, "optionalDependencies": { "hashchange": "", "address": "" }, "demos": [ "/examples/demo.html" ], "bugs": { "mail": "support@alfajango.com", "web": "https://github.com/jangosteve/jquery-easytabs/issues" }, "repositories": [ { "type": "git", "url": "https://github.com/jangosteve/jquery-easytabs.git" } ], "licenses": [ { "name": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" }, { "name": "GPL", "url": "http://www.gnu.org/licenses/gpl.html" } ], "homepage": "http://www.alfajango.com/blog/jquery-easytabs-plugin/", "main": "/lib/jquery.easytabs.min.js" }