.bower.json 587 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "lodash",
  3. "version": "3.9.3",
  4. "main": "lodash.js",
  5. "ignore": [
  6. ".*",
  7. "*.custom.*",
  8. "*.log",
  9. "*.map",
  10. "*.md",
  11. "lodash.src.js",
  12. "component.json",
  13. "package.json",
  14. "doc",
  15. "node_modules",
  16. "perf",
  17. "test",
  18. "vendor"
  19. ],
  20. "homepage": "https://github.com/lodash/lodash",
  21. "_release": "3.9.3",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "3.9.3",
  25. "commit": "6a07c79011bb161ada455cca36e102b2f7991aee"
  26. },
  27. "_source": "https://github.com/lodash/lodash.git",
  28. "_target": "~3.9.3",
  29. "_originalSource": "lodash"
  30. }