forked from auth0/react-native-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 913 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-lock",
"version": "0.4.0",
"description": "Auth0 Lock for React Native",
"main": "auth0-lock.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-auth0": "^0.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/auth0/react-native-lock.git"
},
"keywords": [
"react-native",
"auth0",
"auth0-lock",
"lock",
"authentication",
"jwt",
"ios",
"android",
"touchid",
"passwordless"
],
"nativePackage": true,
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/react-native-lock/issues"
},
"homepage": "https://auth0.com/lock",
"rnpm": {
"commands": {
"prelink": "node_modules/react-native-lock/bin/prepare.sh",
"postlink": "node_modules/react-native-lock/bin/cocoapods.sh"
}
}
}