forked from FranzPichardoR/react-native-pax-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 897 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
{
"name": "react-native-pax-library",
"version": "1.0.7",
"description": "A React-Native module which allows the use of native features (Ticket Printing, Opening Cash Drawer, ...) of a Pax Technology Android device through NeptuneLite API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"Pax",
"Library",
"NeptuneLite",
"Module"
],
"repository": "https://github.com/MoezBaccouche/react-native-pax-library",
"author": "Moez Baccouche <[email protected]> (https://github.com/MoezBaccouche)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MoezBaccouche/react-native-pax-library/issues"
},
"homepage": "https://github.com/MoezBaccouche/react-native-pax-library#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}