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 629B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "backbone",
  3. "main": "backbone.js",
  4. "dependencies": {
  5. "underscore": ">=1.7.0"
  6. },
  7. "ignore": [
  8. "docs",
  9. "examples",
  10. "test",
  11. "*.yml",
  12. "*.html",
  13. "*.ico",
  14. "*.md",
  15. "CNAME",
  16. ".*",
  17. "karma.*",
  18. "component.json",
  19. "package.json"
  20. ],
  21. "homepage": "https://github.com/jashkenas/backbone",
  22. "version": "1.2.3",
  23. "_release": "1.2.3",
  24. "_resolution": {
  25. "type": "version",
  26. "tag": "1.2.3",
  27. "commit": "05fde9e201f7e2137796663081105cd6dad12a98"
  28. },
  29. "_source": "https://github.com/jashkenas/backbone.git",
  30. "_target": "1.2.3",
  31. "_originalSource": "backbone"
  32. }