bower.json 208 B

123456789
  1. {
  2. "name": "bootstrap-tour",
  3. "version": "0.8.0",
  4. "main": ["./build/js/bootstrap-tour.js", "./build/css/bootstrap-tour.css"],
  5. "dependencies": {
  6. "bootstrap": ">=2.3.2",
  7. "jquery": ">=1.9.0"
  8. }
  9. }