bower.json 457 B

123456789101112131415161718192021222324
  1. {
  2. "name": "webcamjs",
  3. "version": "1.0.6",
  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. }