Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

38 righe
666 B

  1. {
  2. "name": "imagesloaded",
  3. "description": "JavaScript is all like _You images done yet or what?_",
  4. "main": "imagesloaded.js",
  5. "dependencies": {
  6. "ev-emitter": "^1.0.0"
  7. },
  8. "devDependencies": {
  9. "jquery": ">=1.9 <4.0",
  10. "qunit": "^2.0.0"
  11. },
  12. "ignore": [
  13. "**/.*",
  14. "test",
  15. "package.json",
  16. "composer.json",
  17. "node_modules",
  18. "bower_components",
  19. "tests",
  20. "sandbox/",
  21. "gulpfile.js",
  22. "contributing.md"
  23. ],
  24. "homepage": "http://imagesloaded.desandro.com",
  25. "authors": [
  26. "David DeSandro"
  27. ],
  28. "moduleType": [
  29. "amd",
  30. "globals",
  31. "node"
  32. ],
  33. "keywords": [
  34. "images"
  35. ],
  36. "license": "MIT"
  37. }