1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "owl.carousel",
- "description": "Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.",
- "version": "2.0.0-beta.3",
- "homepage": "https://github.com/smashingboxes/OwlCarousel2",
- "author": {
- "name": "Smashing Boxes",
- "email": "opensource@smashingboxes.com",
- "url": "http://owlcarousel.owlgraphic.com"
- },
- "license": {
- "type": "MIT",
- "url": "https://github.com/smashingboxes/OwlCarousel2/blob/master/LICENSE"
- },
- "bugs": {
- "url": "http://github.com/smashingboxes/OwlCarousel2/issues",
- "email": "opensource@smashingboxes.com"
- },
- "devDependencies": {
- "assemble": "~0.4.37",
- "grunt": "~0.4.5",
- "grunt-contrib-clean": "~0.5.0",
- "grunt-contrib-compress": "~0.9.1",
- "grunt-contrib-concat": "~0.4.0",
- "grunt-contrib-connect": "~0.7.1",
- "grunt-contrib-copy": "~0.5.0",
- "grunt-contrib-cssmin": "^0.9.0",
- "grunt-contrib-jshint": "^0.10.0",
- "grunt-contrib-qunit": ">=0.2.1",
- "grunt-contrib-uglify": "^0.4.0",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-gh-pages": "^0.10.0",
- "grunt-jscs-checker": "~0.4.2",
- "grunt-sass": "^0.18.1",
- "load-grunt-tasks": "^0.4.0",
- "pretty": "^0.1.2"
- },
- "engines": {
- "node": "~0.10.28"
- },
- "keywords": [
- "responsive",
- "carousel",
- "owlcarousel",
- "jQuery",
- "plugin"
- ],
- "private": true
- }
|