UNPKG

react-native-app-auth

Version:

React Native bridge for AppAuth for supporting any OAuth 2 provider

55 lines (54 loc) 1.19 kB
{ "name": "react-native-app-auth", "version": "8.0.3", "description": "React Native bridge for AppAuth for supporting any OAuth 2 provider", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "jest", "lint": "eslint ." }, "files": [ "android", "ios", "index.d.ts", "react-native-app-auth.podspec" ], "repository": { "type": "git", "url": "https://github.com/FormidableLabs/react-native-app-auth" }, "bugs": { "url": "https://github.com/FormidableLabs/react-native-app-auth/issues" }, "homepage": "https://github.com/FormidableLabs/react-native-app-auth", "keywords": [ "react", "react-native", "auth", "authentication", "oauth", "oauth2", "appauth" ], "license": "MIT", "author": "Nearform Commerce (https://commerce.nearform.com)", "peerDependencies": { "react-native": ">=0.63.0" }, "devDependencies": { "jest": "24.9.0", "react": "16.9.0", "react-native": "0.63.0" }, "dependencies": { "invariant": "2.2.4", "react-native-base64": "0.0.2" }, "jest": { "preset": "react-native" }, "publishConfig": { "provenance": true } }