forked from SystangoTechnologies/react-native-apple-sign-in
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.87 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_args": [
[
"F:\\App2\\App"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-wZfJr+IYid5o3y9jp90BYutvxBE=",
"_location": "/react-native-apple-sign-in1",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-apple-sign-in1",
"escapedName": "react-native-apple-sign-in1",
"rawSpec": "1.0.7",
"saveSpec": null,
"fetchSpec": "1.0.7"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/react-native-apple-sign-in1/download/react-native-apple-sign-in1-1.0.7.tgz",
"_spec": "1.0.7",
"_where": "F:\\App2\\App",
"author": {
"name": "Demon",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/431910864/react-native-apple-sign-in/issues"
},
"name": "react-native-apple-sign-in1",
"title": "React Native Apple Sign In",
"version": "1.0.7",
"description": "react-native native module for Apple Login",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/431910864/react-native-apple-sign-in.git"
},
"keywords": [
"react-native",
"ios",
"apple-sign-in"
],
"homepage": "https://github.com/431910864/react-native-apple-sign-in/blob/master/README.md",
"maintainers": [
{
"name": "systango-technologies",
"email": "[email protected]"
}
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}