package.json 681 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Vegas",
  3. "version": "1.3.4",
  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. "devDependencies": {
  21. "grunt": "~0.4",
  22. "grunt-contrib-clean": "~0.4.0",
  23. "grunt-contrib-jshint": "~0.1",
  24. "grunt-contrib-uglify": "~0.1",
  25. "grunt-contrib-cssmin": "~0.6.1",
  26. "grunt-exec": "~0.4",
  27. "semver": "~1.1.3"
  28. }
  29. }