forked from naoufal/react-native-passcode-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 847 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
{
"name": "react-native-passcode-authv1",
"version": "1.2.0",
"description": "React Native authentication with iOS Passcode.",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"main": "PasscodeAuth.ios.js",
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-passcode-auth.git"
},
"keywords": [
"react-native",
"react",
"native",
"passcode-auth",
"react-component",
"react-native-component",
"authentication",
"auth",
"authenticate",
"mobile"
],
"author": "Vinod Prajapati <[email protected]> (https://github.com/vinodkumar8)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinodkumar8/react-native-passcode-auth/issues"
},
"homepage": "https://github.com/vinodkumar8/react-native-passcode-auth"
}