bower.json 666 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "JsBarcode",
  3. "main": "dist/JsBarcode.all.min.js",
  4. "version": "3.11.6",
  5. "homepage": "https://github.com/lindell/JsBarcode",
  6. "authors": [
  7. "Johan Lindell <johan@lindell.me>"
  8. ],
  9. "description": "JsBarcode is a simple way to create different types of 1d barcodes.",
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/lindell/JsBarcode"
  13. },
  14. "moduleType": [
  15. "globals"
  16. ],
  17. "keywords": [
  18. "barcode",
  19. "canvas",
  20. "code128",
  21. "upc",
  22. "ean",
  23. "itf",
  24. "msi",
  25. "pharmacode"
  26. ],
  27. "license": "MIT",
  28. "ignore": [
  29. "**/.*",
  30. "node_modules",
  31. "bower_components",
  32. "test",
  33. "tests"
  34. ]
  35. }