{"_id":"owlcarousel","_rev":"10-03146711a42b973787e5dad8439165fc","name":"owlcarousel","description":"Owl Carousel. Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider","dist-tags":{"latest":"1.3.3"},"versions":{"1.3.3":{"author":{"name":"OwlFonk"},"name":"owlcarousel","description":"Owl Carousel. Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider","version":"1.3.3","homepage":"https://github.com/OwlFonk/OwlCarousel","repository":{"type":"git","url":"git://github.com/OwlFonk/OwlCarousel"},"main":"./OwlCarousel/owl.carousel.js","bugs":{"url":"https://github.com/OwlFonk/OwlCarousel/issues"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"license":"MIT","gitHead":"5fdd683f53b875fbb6877892472e6ec0caabb9ff","_id":"owlcarousel@1.3.3","_shasum":"28de5b9bd28e9eaef15a0a355175795f2efc547d","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.11.16","_npmUser":{"name":"vivekkhandre","email":"vivek.khandre@gmail.com"},"dist":{"shasum":"28de5b9bd28e9eaef15a0a355175795f2efc547d","tarball":"https://registry.npmjs.org/owlcarousel/-/owlcarousel-1.3.3.tgz","integrity":"sha512-cu0V80I2bAfbsyWZ9x/M3m9a0g8uRcqedm8AOIbbRVfvlNxDZ6myebzl6MQrqNKv2PPsxMt7wfT+0R/BS+2bow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICECnzUyd/9Be+UAoSymyxCS0yXsVh8jK6gPpLOZqMBWAiA48Wg73x1y/4Wy/f00qqhE+GMBkNVzz40wDjuYjMA6cw=="}]},"maintainers":[{"name":"vivekkhandre","email":"vivek.khandre@gmail.com"}],"directories":{}}},"readme":"##New version 2.0.0-beta now available for testers. [Check it](http://www.owlgraphic.com/owlcarousel2/)\n\n### OwlCarousel ###\n>v.1.3.3\n\nTouch enabled jQuery plugin that lets you create beautiful responsive carousel slider.\n[Visit Owl Carousel landing page](http://owlgraphic.com/owlcarousel)\n\n###Features:\n* Responsive\n* Touch Events\n* Mouse Slide Events\n* Fully Customizable\n* Choose the number of items to be displayed\n* Multiple Sliders\n* CSS3 3d Transitions\n* Custimizable controls\n* JSON \n* Custom events\n* Helpful callbacks\n\n> Tested on IE7, IE8, IE9, IE10, Chrome, Safari, Firefox, Opera, iPhone, iPad, Chrome on Google Nexus.\n\n\n### More Demos\nSee what Owl can do:\n* [With auto scaling images](http://owlgraphic.com/owlcarousel/demos/images.html)\n* [Full Width](http://owlgraphic.com/owlcarousel/demos/full.html)\n* [Custom Widths](http://owlgraphic.com/owlcarousel/demos/custom.html)\n* [One Item](http://owlgraphic.com/owlcarousel/demos/one.html)\n* [More demos](http://owlgraphic.com/owlcarousel/#more-demos)\n\n### 1.Getting Started\nLoad jQuery(1.7+) and include Owl Carousel plugin files\n\n```html\n<!-- Basic stylesheet -->\n<link rel=\"stylesheet\" href=\"owl-carousel/owl.carousel.css\">\n \n <!-- Default Theme -->\n<link rel=\"stylesheet\" href=\"owl-carousel/owl.theme.css\">\n \n<!-- Include js plugin -->\n<script src=\"owl-carousel/owl.carousel.js\"></script>\n```\n### 2.Set up your HTML\nYou don't need any special markup. All you need is to wrap your divs inside the container element <div class=\"owl-carousel\">. Class \"owl-carousel\" is mandatory to apply proper styles that come from owl.carousel.css file.\n\n```html\n<div class=\"owl-carousel\">\n  <div> Your Content </div>\n  <div> Your Content </div>\n  <div> Your Content </div>\n  <div> Your Content </div>\n  <div> Your Content </div>\n  <div> Your Content </div>\n  <div> Your Content </div>\n  ...\n</div>\n```\n### 3.Call the plugin\nNow call the Owl initializer function and your carousel is ready.\n\n```html\n$(\".owl-carousel\").owlCarousel();\n```\n### 4. For more details visit [OwlCarousel landing page](http://owlgraphic.com/owlcarousel)\n##### Changelog available [here](http://owlgraphic.com/owlcarousel/changelog.html)\n\n\n\nLicense\n------------\nThe MIT License (MIT)\n","maintainers":[{"name":"vivekkhandre","email":"vivek.khandre@gmail.com"}],"time":{"modified":"2022-06-23T05:19:47.506Z","created":"2015-11-30T05:08:17.736Z","1.3.3":"2015-11-30T05:08:17.736Z"},"homepage":"https://github.com/OwlFonk/OwlCarousel","repository":{"type":"git","url":"git://github.com/OwlFonk/OwlCarousel"},"author":{"name":"OwlFonk"},"bugs":{"url":"https://github.com/OwlFonk/OwlCarousel/issues"},"license":"MIT","readmeFilename":"README.md","users":{"ux_web":true,"nicolasgodefroy7":true,"filipve":true,"giuseppe.morelli":true,"keepon99":true}}