.bower.json 520 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jquery-timeago",
  3. "license": "MIT",
  4. "main": "jquery.timeago.js",
  5. "ignore": [
  6. "test",
  7. "vendor"
  8. ],
  9. "dependencies": {
  10. "jquery": ">=1.4"
  11. },
  12. "homepage": "https://github.com/rmm5t/jquery-timeago",
  13. "version": "1.5.4",
  14. "_release": "1.5.4",
  15. "_resolution": {
  16. "type": "version",
  17. "tag": "v1.5.4",
  18. "commit": "0ec4c7063d2b5db774fcb5fe600e9a6cd24e6e9f"
  19. },
  20. "_source": "https://github.com/rmm5t/jquery-timeago.git",
  21. "_target": "1.5.*",
  22. "_originalSource": "jquery-timeago"
  23. }