UNPKG

react-native-secure-authentication

Version:
39 lines (38 loc) 1.02 kB
{ "name": "react-native-secure-authentication", "version": "1.0.0", "description": "React Native local authentication with touch id or passcode", "scripts": { "test": "echo 'Print: no test specified'" }, "main": "index.js", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/djintalkalan/react-native-secure-authentication.git" }, "keywords": [ "react-native", "react", "native", "touch-id", "local", "local-auth", "passcode", "react-component", "react-native-component", "authentication", "auth", "authenticate", "mobile" ], "author": "Deepak Jaglan <djintalkalan.dj@gmail.com> (https://github.com/djintalkalan)", "license": "ISC", "bugs": { "url": "https://github.com/djintalkalan/react-native-secure-authentication/issues" }, "homepage": "https://github.com/djintalkalan/react-native-secure-authentication", "peerDependencies": { "react-native-passcode-status": ">=1.1.0" } }