.bower.json 569 B

1234567891011121314151617181920212223
  1. {
  2. "name": "bootstrap-tour",
  3. "version": "0.8.0",
  4. "main": [
  5. "./build/js/bootstrap-tour.js",
  6. "./build/css/bootstrap-tour.css"
  7. ],
  8. "dependencies": {
  9. "bootstrap": ">=2.3.2",
  10. "jquery": ">=1.9.0"
  11. },
  12. "homepage": "https://github.com/sorich87/bootstrap-tour",
  13. "_release": "0.8.0",
  14. "_resolution": {
  15. "type": "version",
  16. "tag": "v0.8.0",
  17. "commit": "cb2b57c70b52303a4efc482e27e16545529ed39e"
  18. },
  19. "_source": "git://github.com/sorich87/bootstrap-tour.git",
  20. "_target": "~0.8.0",
  21. "_originalSource": "bootstrap-tour",
  22. "_direct": true
  23. }