-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 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
26
27
28
29
30
31
32
33
{
"name": "react-native-ms-adal",
"version": "0.4.2",
"description": "React Native Bindings for the Microsoft ADAL library",
"main": "RNAdalPlugin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"Microsoft ADAL",
"ADAL",
"Authentication",
"Active Directory Authentication Library",
"ios",
"android",
"windows",
"uwp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/samcolby/react-native-ms-adal.git"
},
"author": "Sam Colby",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/samcolby/react-native-ms-adal/issues"
},
"homepage": "https://github.com/samcolby/react-native-ms-adal#readme",
"peerDependencies": {
"react-native-windows": "*"
}
}