package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "x-photoswipe",
  3. "version": "4.1.3-rc.1",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "scripts": {
  8. "test": "grunt jshint"
  9. },
  10. "devDependencies": {
  11. "grunt": "~0.4.5",
  12. "grunt-autoprefixer": "^3.0.3",
  13. "grunt-aws-s3": "^0.14.2",
  14. "grunt-contrib-clean": "~0.7.0",
  15. "grunt-contrib-concat": "~0.5.1",
  16. "grunt-contrib-copy": "^0.8.2",
  17. "grunt-contrib-cssmin": "^0.14.0",
  18. "grunt-contrib-jshint": "~0.11.3",
  19. "grunt-contrib-uglify": "~0.11.0",
  20. "grunt-contrib-watch": "~0.6.1",
  21. "grunt-jekyll": "~0.4.3",
  22. "grunt-sass": "^1.1.0",
  23. "grunt-svgmin": "^3.1.0"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/dimsemenov/Photoswipe.git"
  28. },
  29. "description": "JavaScript gallery",
  30. "bugs": {
  31. "url": "https://github.com/dimsemenov/Photoswipe/issues"
  32. },
  33. "homepage": "http://photoswipe.com",
  34. "main": "dist/photoswipe.js",
  35. "keywords": [
  36. "gallery",
  37. "lightbox",
  38. "photo",
  39. "image",
  40. "touch",
  41. "swipe",
  42. "zoom"
  43. ],
  44. "author": "Dmitry Semenov (http://dimsemenov.com)",
  45. "license": "MIT"
  46. }