Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

21 lignes
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. }