component.json 559 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "vegas",
  3. "version": "2.1.0",
  4. "description": "Vegas - Fullscreen Backgrounds and Slideshows.",
  5. "homepage": "http://vegas.jaysalvat.com",
  6. "author": "Jay Salvat",
  7. "license": "MIT",
  8. "main": [
  9. "dist/vegas.min.js",
  10. "dist/vegas.min.css"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "[email protected]:jaysalvat/vegas.git"
  15. },
  16. "keywords": [
  17. "background",
  18. "slideshow",
  19. "fullscreen",
  20. "vegas",
  21. "jquery-plugin",
  22. "jquery",
  23. "zepto"
  24. ]
  25. }