package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "owl.carousel",
  3. "description": "Touch enabled jQuery plugin that lets you create beautiful responsive carousel slider.",
  4. "version": "2.0.0-beta.3",
  5. "homepage": "https://github.com/smashingboxes/OwlCarousel2",
  6. "author": {
  7. "name": "Smashing Boxes",
  8. "email": "opensource@smashingboxes.com",
  9. "url": "http://owlcarousel.owlgraphic.com"
  10. },
  11. "license": {
  12. "type": "MIT",
  13. "url": "https://github.com/smashingboxes/OwlCarousel2/blob/master/LICENSE"
  14. },
  15. "bugs": {
  16. "url": "http://github.com/smashingboxes/OwlCarousel2/issues",
  17. "email": "opensource@smashingboxes.com"
  18. },
  19. "devDependencies": {
  20. "assemble": "~0.4.37",
  21. "grunt": "~0.4.5",
  22. "grunt-contrib-clean": "~0.5.0",
  23. "grunt-contrib-compress": "~0.9.1",
  24. "grunt-contrib-concat": "~0.4.0",
  25. "grunt-contrib-connect": "~0.7.1",
  26. "grunt-contrib-copy": "~0.5.0",
  27. "grunt-contrib-cssmin": "^0.9.0",
  28. "grunt-contrib-jshint": "^0.10.0",
  29. "grunt-contrib-qunit": ">=0.2.1",
  30. "grunt-contrib-uglify": "^0.4.0",
  31. "grunt-contrib-watch": "^0.6.1",
  32. "grunt-gh-pages": "^0.10.0",
  33. "grunt-jscs-checker": "~0.4.2",
  34. "grunt-sass": "^0.18.1",
  35. "load-grunt-tasks": "^0.4.0",
  36. "pretty": "^0.1.2"
  37. },
  38. "engines": {
  39. "node": "~0.10.28"
  40. },
  41. "keywords": [
  42. "responsive",
  43. "carousel",
  44. "owlcarousel",
  45. "jQuery",
  46. "plugin"
  47. ],
  48. "private": true
  49. }