.bower.json 701 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "jquery.transit",
  3. "repo": "rstacruz/jquery.transit",
  4. "description": "Smooth CSS3 transitions and transformations for jQuery.",
  5. "version": "0.9.12",
  6. "keywords": [
  7. "css3",
  8. "animation",
  9. "transition"
  10. ],
  11. "dependencies": {
  12. "jquery": "*"
  13. },
  14. "development": {},
  15. "license": "MIT",
  16. "main": "jquery.transit.js",
  17. "homepage": "https://github.com/rstacruz/jquery.transit",
  18. "_release": "0.9.12",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "v0.9.12",
  22. "commit": "209c4831155479a3446e08e2c39d6eb275893b34"
  23. },
  24. "_source": "git://github.com/rstacruz/jquery.transit.git",
  25. "_target": "~0.9.12",
  26. "_originalSource": "jquery.transit",
  27. "_direct": true
  28. }