You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.bower.json 763B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "jquery",
  3. "version": "2.1.4",
  4. "main": "dist/jquery.js",
  5. "license": "MIT",
  6. "ignore": [
  7. "**/.*",
  8. "build",
  9. "dist/cdn",
  10. "speed",
  11. "test",
  12. "*.md",
  13. "AUTHORS.txt",
  14. "Gruntfile.js",
  15. "package.json"
  16. ],
  17. "devDependencies": {
  18. "sizzle": "2.1.1-jquery.2.1.2",
  19. "requirejs": "2.1.10",
  20. "qunit": "1.14.0",
  21. "sinon": "1.8.1"
  22. },
  23. "keywords": [
  24. "jquery",
  25. "javascript",
  26. "library"
  27. ],
  28. "homepage": "https://github.com/jquery/jquery-dist",
  29. "_release": "2.1.4",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "2.1.4",
  33. "commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
  34. },
  35. "_source": "https://github.com/jquery/jquery-dist.git",
  36. "_target": "2.1.4",
  37. "_originalSource": "jquery"
  38. }