forked from anmoljain10/react-native-zebra-bluetooth-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 754 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "react-native-zebra-bluetooth-printer",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"CoreBluetooth",
"zebra-printers",
"BLE",
"react-native-zebra-bluetooth-printer"
],
"repository": {"type":"git","url": "git+https://github.com/anmoljain10/react-native-zebra-bluetooth-printer"},
"author":"Anmol Jain <[email protected]>" ,
"contributors": ["Aditya Kumar <[email protected]>"],
"license": "MIT",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}