forked from januslo/react-native-sunmi-inner-printer
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
33 lines (33 loc) · 834 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
{
"name": "react-native-sunmi-v2-printer",
"version": "1.0.3",
"description": "Sunmi V2 Printer for React-Native",
"author": "Suraneti Rodsuwan <[email protected]>",
"contributors": [],
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/suraneti/react-native-sunmi-v2-printer.git"
},
"bugs": {
"url": "https://github.com/suraneti/react-native-sunmi-v2-printer/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"sunmi",
"printer"
],
"license": "MIT",
"peerDependencies": {
"react": ">=16",
"react-native": ">=0.63.3"
},
"homepage": "https://github.com/suraneti/react-native-sunmi-v2-printer#readme",
"directories": {
"example": "example"
}
}