-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
package.json
File metadata and controls
34 lines (34 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
26
27
28
29
30
31
32
33
34
{
"name": "react-native-login",
"version": "0.0.1-alpha.2",
"description": "React Native module for lightweight universal authentication using Keycloak",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ak1394/react-native-login.git"
},
"keywords": [
"auth",
"login",
"keycloak",
"facebook",
"google",
"oauth",
"social",
"openid"
],
"author": "Anton Krasovsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/ak1394/react-native-login/issues"
},
"homepage": "https://github.com/ak1394/react-native-login#readme",
"dependencies": {
"base-64": "^0.1.0",
"query-string": "^4.2.3",
"react-native-uuid": "^1.4.8"
}
}