react-native-azure-ad-auth
Version:
A react native azure active directory authentication component
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "react-native-azure-ad-auth",
"version": "1.0.6",
"description": "A react native azure active directory authentication component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Renz Santos",
"license": "MIT",
"keywords": [
"AzureAD",
"Azure Active Directory",
"Microsoft Account",
"Microsoft Authentication"
],
"repository": {
"type": "git",
"url": "git+https://github.com/renzsans/react-native-azure-ad-auth.git"
},
"bugs": {
"url": "https://github.com/renzsans/react-native-azure-ad-auth/issues"
},
"homepage": "https://github.com/renzsans/react-native-azure-ad-auth#readme",
"devDependencies": {
"@types/node": "^13.7.0",
"@types/query-string": "^6.3.0",
"@types/react": "16.8.19",
"@types/react-native": "0.57.60",
"@types/uuid": "^3.4.7",
"react": "^16.8.3",
"react-native": "^0.59.9"
},
"dependencies": {
"buffer": "^5.0.0",
"query-string": "^6.10.1",
"react-native-webview": "^5.8.2",
"tslib": "^1.10.0",
"url": "^0.11.0",
"uuid": "^2.0.3"
}
}