forked from tradle/react-native-local-auth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
34
35
{
"name": "react-native-local-auth",
"version": "1.5.0",
"description": "React Native local authentication with touch id or passcode",
"scripts": {
"test": "Echo \"no tests\" && exit 1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tradle/react-native-local-auth.git"
},
"keywords": [
"react-native",
"react",
"native",
"touch-id",
"passcode",
"react-component",
"react-native-component",
"authentication",
"auth",
"authenticate",
"mobile"
],
"author": "Mark Vayngrib <mark@tradle.io> (https://github.com/mvayngrib)",
"license": "ISC",
"bugs": {
"url": "https://github.com/tradle/react-native-local-auth/issues"
},
"homepage": "https://github.com/tradle/react-native-local-auth",
"peerDependencies": {
"react-native-passcode-status": ">=1.1.0"
}
}