Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

21 řádky
442 B

  1. {
  2. "name": "onscan-js",
  3. "homepage": "https://github.com/axenox/onscan.js/issues",
  4. "description": "Framework agnostic onScan event fired when using hardware barcode scanners",
  5. "main": "onscan.js",
  6. "license": "MIT",
  7. "authors": [
  8. "Andrej Kabachnik",
  9. "Thomas Michael"
  10. ],
  11. "keywords": ["barcode", "RFID", "scanner", "scan"],
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ]
  19. }