.bower.json 563 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "jquery-pjax",
  3. "version": "1.9.6",
  4. "main": "./jquery.pjax.js",
  5. "dependencies": {
  6. "jquery": ">=1.8"
  7. },
  8. "ignore": [
  9. ".travis.yml",
  10. "Gemfile",
  11. "Gemfile.lock",
  12. "vendor/",
  13. "script/",
  14. "test/"
  15. ],
  16. "homepage": "https://github.com/defunkt/jquery-pjax",
  17. "_release": "1.9.6",
  18. "_resolution": {
  19. "type": "version",
  20. "tag": "v1.9.6",
  21. "commit": "8d8a3bc2e215585cba7ed275d0628ca569804be6"
  22. },
  23. "_source": "https://github.com/defunkt/jquery-pjax.git",
  24. "_target": "^1.9.6",
  25. "_originalSource": "jquery-pjax"
  26. }