Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

.bower.json 684B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "underscore",
  3. "version": "1.8.3",
  4. "main": "underscore.js",
  5. "keywords": [
  6. "util",
  7. "functional",
  8. "server",
  9. "client",
  10. "browser"
  11. ],
  12. "ignore": [
  13. "docs",
  14. "test",
  15. "*.yml",
  16. "CNAME",
  17. "index.html",
  18. "favicon.ico",
  19. "CONTRIBUTING.md",
  20. ".*",
  21. "component.json",
  22. "package.json",
  23. "karma.*"
  24. ],
  25. "homepage": "https://github.com/jashkenas/underscore",
  26. "_release": "1.8.3",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "1.8.3",
  30. "commit": "e4743ab712b8ab42ad4ccb48b155034d02394e4d"
  31. },
  32. "_source": "https://github.com/jashkenas/underscore.git",
  33. "_target": "1.8.3",
  34. "_originalSource": "underscore"
  35. }