Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "magnific-popup",
  3. "version": "1.1.0",
  4. "title": "Magnific Popup",
  5. "description": "Lightbox and modal dialog plugin. Can display inline HTML, iframes (YouTube video, Vimeo, Google Maps), or an image gallery. Animation effects are added with CSS3 transitions. For jQuery or Zepto.",
  6. "keywords": [
  7. "ecosystem:jquery",
  8. "jquery-plugin",
  9. "zepto",
  10. "lightbox",
  11. "popup",
  12. "modal",
  13. "window",
  14. "dialog",
  15. "gallery",
  16. "jquery",
  17. "photo",
  18. "responsive",
  19. "mobile"
  20. ],
  21. "author": {
  22. "name": "Dmitry Semenov",
  23. "email": "diiiimaaaa@gmail.com",
  24. "web": "http://dimsemenov.com"
  25. },
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/dimsemenov/Magnific-Popup/issues"
  29. },
  30. "main": "dist/jquery.magnific-popup.js",
  31. "style": "dist/magnific-popup.css",
  32. "homepage": "http://dimsemenov.com/plugins/magnific-popup/",
  33. "engines": {
  34. "node": ">= 0.8.0"
  35. },
  36. "scripts": {
  37. "test": "grunt jshint"
  38. },
  39. "devDependencies": {
  40. "grunt": "~0.4.5",
  41. "grunt-contrib-clean": "~0.6.0",
  42. "grunt-contrib-concat": "^0.5.1",
  43. "grunt-contrib-copy": "~0.8.1",
  44. "grunt-contrib-cssmin": "^0.14.0",
  45. "grunt-contrib-jshint": "~0.11.3",
  46. "grunt-contrib-uglify": "~0.9.2",
  47. "grunt-contrib-watch": "~0.6.1",
  48. "grunt-jekyll": "~0.4.2",
  49. "grunt-sass": "~1.0.0"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "https://github.com/dimsemenov/Magnific-Popup.git"
  54. }
  55. }