forked from recs182/react-native-datecs-printer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 746 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 746 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
{
"name": "react-native-datecs-printer",
"version": "0.1.3",
"description": "A port of https://github.com/giorgiofellipe/cordova-plugin-datecs-printer/ for React Native.",
"author": "Renan Cardoso Soares <renan-csoares@hotmail.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/renancsoares/react-native-datecs-printer/"
},
"bugs": {
"url": "https://github.com/renancsoares/react-native-datecs-printer/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"datecs",
"printer"
],
"license": "MIT",
"private": false,
"peerDependencies": {
"react-native": "^0.47.2"
}
}