123456789101112131415161718192021222324252627282930 |
- {
- "name": "react-native-printer",
- "version": "0.0.2",
- "description": "A React Native Library to support USB/BLE/Net printer for Android platform ",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@gitlab.isumeng.com:xie_s/react-native-printer.git"
- },
- "keywords": [
- "react-native",
- "printer",
- "bluetooth",
- "net",
- "printer",
- "rn",
- "android"
- ],
- "dependencies": {
- "buffer": "^5.0.7",
- "escpos-printer-toolkit": "https://github.com/BukhariMuslim/escpos-printer-toolkit.git#4afe1518a1e1c3fe1a5f29ca118eb1aa8245684f",
- "iconv-lite": "^0.4.19",
- "string_decoder": "^1.0.3"
- },
- "author": "diandanbao",
- "license": "ISC"
- }
|