forked from shedaltd/react-native-azure-ad-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@shedaltd/react-native-azure-ad-2",
"version": "2.0.1",
"description": "A React Native module for Azure AD enpoint version 2. This module implement Azure AD authentication using pure React-Native with no others lib. require",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"buffer": "^6.0.3",
"react-native-get-random-values": "^1.7.0",
"url": "^0.11.0",
"uuid": "^8.3.2"
},
"peerDependencies": {
"react-native-get-random-values": "^1.7.0",
"react-native": "^0.60",
"react-native-webview": "^11.13.0"
},
"keywords": [
"AzureAD",
"Microsoft Account",
"Microsoft Authentication",
"React Native Authentication"
],
"author": "Sheda Studios <hello@shedaltd> (www.sheda.ltd)",
"contributors": [
"maxzitron",
"mebinum"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shedaltd/react-native-azure-ad-2.git"
},
"bugs": {
"url": "https://github.com/shedaltd/react-native-azure-ad-2/issues"
},
"homepage": "https://github.com/shedaltd/react-native-azure-ad-2#readme",
"directories": {
"example": "example",
"lib": "lib"
},
"devDependencies": {}
}