.bower.json 838 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "transitionize",
  3. "main": "dist/transitionize.js",
  4. "version": "0.0.3",
  5. "homepage": "https://github.com/abpetkov/transitionize",
  6. "authors": [
  7. "Alexander Petkov <abpetkov@gmail.com>"
  8. ],
  9. "description": "Create CSS3 transitions dynamically",
  10. "keywords": [
  11. "css3",
  12. "transition",
  13. "dynamic"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "build",
  18. "components",
  19. "node_modules",
  20. "bower_components",
  21. "component.json",
  22. "index.html",
  23. "Makefile",
  24. "README.md",
  25. ".*"
  26. ],
  27. "dependencies": {},
  28. "devDependencies": {},
  29. "_release": "0.0.3",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "0.0.3",
  33. "commit": "13e53272b838a20c8551784a81de57b45dbe662f"
  34. },
  35. "_source": "https://github.com/abpetkov/transitionize.git",
  36. "_target": "*",
  37. "_originalSource": "transitionize"
  38. }