Нет описания

.bower.json 930B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "angular-bootstrap-lightbox",
  3. "version": "0.12.0",
  4. "main": [
  5. "dist/angular-bootstrap-lightbox.js",
  6. "dist/angular-bootstrap-lightbox.css"
  7. ],
  8. "ignore": [
  9. "src",
  10. ".*",
  11. "Gruntfile.js",
  12. "package.json"
  13. ],
  14. "dependencies": {
  15. "angular": "^1.4.10",
  16. "angular-bootstrap": "^1.3.1"
  17. },
  18. "devDependencies": {
  19. "bootstrap": "^3.3.6",
  20. "angular-loading-bar": "^0.8.0",
  21. "angular-touch": "^1.4.10",
  22. "ng-videosharing-embed": "^0.3.4"
  23. },
  24. "resolutions": {
  25. "angular": "^1.4.10"
  26. },
  27. "homepage": "https://github.com/compact/angular-bootstrap-lightbox",
  28. "_release": "0.12.0",
  29. "_resolution": {
  30. "type": "version",
  31. "tag": "v0.12.0",
  32. "commit": "aa0875997d256f77d24bae19851fb1a6ca08a50f"
  33. },
  34. "_source": "https://github.com/compact/angular-bootstrap-lightbox.git",
  35. "_target": "^0.12.0",
  36. "_originalSource": "angular-bootstrap-lightbox",
  37. "_direct": true
  38. }