forked from regulaforensics/react-native-document-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 686 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 686 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
{
"name": "@regulaforensics/react-native-document-reader-api",
"version": "6.6.0",
"description": "React Native module for reading and validation of identification documents (API framework)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"documentreader",
"reader",
"scanner",
"regula"
],
"author": "Regulaforensics",
"license": "commercial",
"repository": {
"type": "git",
"url": "https://github.com/regulaforensics/react-native-document-reader.git"
},
"homepage": "https://mobile.regulaforensics.com",
"publishConfig": {
"access": "public"
}
}