package.json 1023 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "lightbox2",
  3. "version": "2.7.3",
  4. "author": "Lokesh Dhakar",
  5. "description": "Lightbox is small javascript library used to overlay images on top of the current page. It's a snap to setup and works on all modern browsers.",
  6. "keywords": [
  7. "lightbox",
  8. "lightbox2",
  9. "overlay",
  10. "gallery",
  11. "slideshow",
  12. "images"
  13. ],
  14. "homepage": "http://lokeshdhakar.com/projects/lightbox2/",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/lokesh/lightbox2.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/lokesh/lightbox2/issues"
  21. },
  22. "licenses": [
  23. {
  24. "type": "MIT",
  25. "url": "https://raw.githubusercontent.com/lokesh/lightbox2/master/LICENSE"
  26. }
  27. ],
  28. "devDependencies": {
  29. "grunt": "^0.4.5",
  30. "grunt-contrib-concat": "^0.5.1",
  31. "grunt-contrib-connect": "^0.7.1",
  32. "grunt-contrib-copy": "^0.8.0",
  33. "grunt-contrib-jshint": "^0.11.2",
  34. "grunt-contrib-uglify": "~0.4.0",
  35. "grunt-contrib-watch": "^0.5.3",
  36. "grunt-jscs": "^1.8.0"
  37. }
  38. }