.bower.json 719 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "webcamjs",
  3. "version": "1.0.22",
  4. "homepage": "https://github.com/jhuckaby/webcamjs",
  5. "authors": [
  6. "Joseph Huckaby <jhuckaby@gmail.com>"
  7. ],
  8. "description": "HTML5 Webcam Image Capture Library with Flash Fallback",
  9. "main": "webcam.js",
  10. "keywords": [
  11. "webcam"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests",
  20. "build.sh",
  21. "demos",
  22. "flash"
  23. ],
  24. "_release": "1.0.22",
  25. "_resolution": {
  26. "type": "version",
  27. "tag": "v1.0.22",
  28. "commit": "c90093bda2841ce14dcd0a791adc9842876a5b4c"
  29. },
  30. "_source": "https://github.com/jhuckaby/webcamjs.git",
  31. "_target": "1.0.*",
  32. "_originalSource": "webcamjs"
  33. }