component.json 535 B

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