-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
30 lines (30 loc) · 893 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
{
"dependencies": {
"expo": "^48.0.19",
"expo-auth-session": "^4.0.3"
},
"name": "azure-ad-graph-expo",
"version": "2.1.2",
"description": "Small library designed for use with Expo, for getting user data from the Microsoft Graph API, using Azure AD for authentication, and following the Microsoft Azure AD auth flow. AzureADGraph is not a react component.",
"main": "AzureADGraph.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pinecat/azure-ad-graph-expo.git"
},
"keywords": [
"expo",
"azure",
"graph",
"microsoft"
],
"author": "pinecat",
"license": "ISC",
"bugs": {
"url": "https://github.com/pinecat/azure-ad-graph-expo/issues"
},
"homepage": "https://github.com/pinecat/azure-ad-graph-expo#readme"
}