-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·25 lines (25 loc) · 821 Bytes
/
package.json
File metadata and controls
executable file
·25 lines (25 loc) · 821 Bytes
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
{
"name": "react-native-azure-adal",
"version": "1.0.10",
"description": "Active Directory Authentication Library (ADAL) plugin provides easy to use authentication functionality for your React Native apps by taking advantage of Windows Server Active Directory and Windows Azure Active Directory.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "./node_modules/.bin/esdoc -c esdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Durgaprasad-Budhwani/azure-activedirectory-library-for-react-native.git"
},
"keywords": [
"react-native"
],
"author": "Durgaprasad Budhwani",
"license": "Apache 2.0",
"peerDependencies": {
"react-native": "0.68.1"
},
"devDependencies": {
"esdoc": "^0.5.2"
}
}