32 lines
836 B
JSON
32 lines
836 B
JSON
{
|
|
"name": "react-native-passcode-auth",
|
|
"version": "1.0.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": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/naoufal/react-native-passcode-auth/issues"
|
|
},
|
|
"homepage": "https://github.com/naoufal/react-native-passcode-auth"
|
|
}
|