component.json 438 B

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