react-native-brother-print
Version:
React Native module for printing with Brother printers via WiFi and Bluetooth
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "react-native-brother-print",
"title": "React Native Brother Print",
"version": "1.0.3",
"description": "React Native module for printing with Brother printers via WiFi and Bluetooth",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"index.js",
"index.d.ts",
"ios",
"android",
"react-native-brother-print.podspec"
],
"scripts": {
"prepare": "npm run clean",
"clean": "rm -rf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisalvador/react-native-brother-print.git",
"baseUrl": "https://github.com/dalisalvador/react-native-brother-print"
},
"keywords": [
"react-native",
"brother",
"brother-printers",
"printers",
"label-printer",
"ql-series",
"bluetooth-printer",
"wifi-printer"
],
"author": {
"name": "Federico Sebaste",
"email": "fsebaste@gmail.com"
},
"license": "MIT",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
}
}