package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "name": "jquery-lazyload",
  3. "version": "1.9.7",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "repository": {
  8. "type": "git",
  9. "url": "git+ssh://git@github.com/tuupola/jquery_lazyload.git"
  10. },
  11. "author": {
  12. "name": "Mika Tuupola",
  13. "email": "tuupola@appelsiini.net"
  14. },
  15. "scripts": {
  16. "test": "grunt test"
  17. },
  18. "devDependencies": {
  19. "grunt": "~0.4.1",
  20. "grunt-contrib-jshint": "~0.6.4",
  21. "grunt-contrib-uglify": "~0.2.4",
  22. "grunt-contrib-jasmine": "~0.5.2",
  23. "grunt-contrib-watch": "~0.5.3"
  24. },
  25. "description": "Lazyload images with jQuery",
  26. "bugs": {
  27. "url": "https://github.com/tuupola/jquery_lazyload/issues"
  28. },
  29. "homepage": "http://www.appelsiini.net/projects/lazyload",
  30. "main": "jquery.lazyload.js",
  31. "files": [
  32. "jquery.lazyload.js",
  33. "jquery.scrollstop.js"
  34. ],
  35. "keywords": [
  36. "jquery-plugin",
  37. "ecosystem:jquery"
  38. ],
  39. "license": "MIT",
  40. "gitHead": "218e50eb4999fe59ac94b939a65c8c988d1d420b",
  41. "_id": "jquery-lazyload@1.9.7",
  42. "_shasum": "9982b388c533c0b611214b3c5aaa0b9fede071f7",
  43. "_from": "jquery-lazyload@",
  44. "_npmVersion": "2.10.1",
  45. "_nodeVersion": "0.12.4",
  46. "_npmUser": {
  47. "name": "tuupola",
  48. "email": "tuupola@appelsiini.net"
  49. },
  50. "dist": {
  51. "shasum": "9982b388c533c0b611214b3c5aaa0b9fede071f7",
  52. "tarball": "https://registry.npmjs.org/jquery-lazyload/-/jquery-lazyload-1.9.7.tgz"
  53. },
  54. "maintainers": [
  55. {
  56. "name": "tuupola",
  57. "email": "tuupola@appelsiini.net"
  58. }
  59. ],
  60. "directories": {},
  61. "_resolved": "https://registry.npmjs.org/jquery-lazyload/-/jquery-lazyload-1.9.7.tgz"
  62. }