You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 776B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "react-native-printer",
  3. "version": "0.0.2",
  4. "description": "A React Native Library to support USB/BLE/Net printer for Android platform ",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@gitlab.isumeng.com:xie_s/react-native-printer.git"
  12. },
  13. "keywords": [
  14. "react-native",
  15. "printer",
  16. "bluetooth",
  17. "net",
  18. "printer",
  19. "rn",
  20. "android"
  21. ],
  22. "dependencies": {
  23. "buffer": "^5.0.7",
  24. "escpos-printer-toolkit": "https://github.com/BukhariMuslim/escpos-printer-toolkit.git#4afe1518a1e1c3fe1a5f29ca118eb1aa8245684f",
  25. "iconv-lite": "^0.4.19",
  26. "string_decoder": "^1.0.3"
  27. },
  28. "author": "diandanbao",
  29. "license": "ISC"
  30. }