forked from januslo/react-native-bluetooth-escpos-printer
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 990 Bytes
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
36
37
{
"name": "@ccdilan/react-native-bluetooth-escpos-printer",
"version": "0.2.0",
"description": "React-Native plugin for the bluetooth ESC/POS printers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ESC",
"POS",
"Bluetooth",
"Printer"
],
"author": "Janus J K Lu",
"maintainers": [
{
"name": "Ccdilan",
"email": "ccdilan@gmail.com",
"url": "https://github.com/ccdilan"
}
],
"contributors": [
"Janus J K Lu (Original Creator, https://github.com/januslo/react-native-bluetooth-escpos-printer)",
"Ccdilan (https://github.com/ccdilan)"
],
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.55.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccdilan/react-native-bluetooth-escpos-printer.git"
},
"homepage": "https://github.com/ccdilan/react-native-bluetooth-escpos-printer#readme"
}