.bower.json 640 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "spin.js",
  3. "main": "spin.js",
  4. "dependencies": {},
  5. "readme": "README.md",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/fgnass/spin.js.git"
  9. },
  10. "ignore": [
  11. "Gruntfile.js",
  12. "site",
  13. "bower.json",
  14. "component.json",
  15. "package.json"
  16. ],
  17. "homepage": "https://github.com/fgnass/spin.js",
  18. "version": "2.3.2",
  19. "_release": "2.3.2",
  20. "_resolution": {
  21. "type": "version",
  22. "tag": "2.3.2",
  23. "commit": "5a9ea41651105302fe76d15cb294070c5863e759"
  24. },
  25. "_source": "https://github.com/fgnass/spin.js.git",
  26. "_target": "^2.3.2",
  27. "_originalSource": "spin.js",
  28. "_direct": true
  29. }