-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-eid-reader",
"title": "React Native Electronic Identity-docs Reader",
"version": "0.0.0",
"description": "React Native Electronic-Identity-Documents reader module for Android & iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Boukhtam/react-native-eid-reader.git",
"baseUrl": "https://github.com/Boukhtam/react-native-eid-reader"
},
"keywords": [
"react-native",
"eid",
"mrtd",
"ePassport",
"nfc",
"BAC",
"ios",
"android"
],
"author": {
"name": "Hamza BOUKHTAM",
"email": "[email protected]"
},
"license": "Apache-2.0",
"licenseFilename": "LICENSE",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"files": [
"index.js",
"android",
"ios",
"react-native-nfc-manager.podspec",
"example"
],
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}