forked from leesiongchan/react-native-esc-pos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
29
30
31
32
33
34
35
{
"name": "@leesiongchan/react-native-esc-pos",
"description": "A React Native ESC/POS module to help you connect to your ESC/POS printer easily.",
"version": "0.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leesiongchan/react-native-escpos.git",
"baseUrl": "https://github.com/leesiongchan/react-native-escpos"
},
"license": "MIT",
"author": {
"name": "Lee Siong Chan",
"email": "[email protected]"
},
"keywords": [
"bluetooth",
"esc/pos",
"network",
"printer",
"react-native",
"thermal printer"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"react": "^16.5.0",
"react-native": "^0.59.4"
},
"peerDependencies": {
"react": "^16.5.0",
"react-native": ">=0.57.0-rc.0 <1.0.x"
}
}