forked from shedaltd/react-native-azure-ad-2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 877 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
{
"name": "react-native-azure-ad-2",
"version": "1.0.5",
"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": "^5.0.0",
"query-string": "^4.2.3",
"url": "^0.11.0",
"uuid": "^2.0.3"
},
"keywords": [
"AzureAD",
"Microsoft Account",
"Microsoft Authentication"
],
"author": "maxzitron",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/seedtech/react-native-azure-ad-2.git"
},
"bugs": {
"url": "https://github.com/seedtech/react-native-azure-ad-2/issues"
},
"homepage": "https://github.com/seedtech/react-native-azure-ad-2#readme"
}