forked from 431910864/react-native-apple-sign-in
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 1.87 KB
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": [
[
"react-native-apple-sign-in1@1.0.6",
"F:\\App2\\App"
]
],
"_from": "react-native-apple-sign-in1@1.0.6",
"_id": "react-native-apple-sign-in1@1.0.6",
"_inBundle": false,
"_integrity": "sha1-wZfJr+IYid5o3y9jp90BYutvxBE=",
"_location": "/react-native-apple-sign-in1",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-native-apple-sign-in1@1.0.6",
"name": "react-native-apple-sign-in1",
"escapedName": "react-native-apple-sign-in1",
"rawSpec": "1.0.6",
"saveSpec": null,
"fetchSpec": "1.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "http://registry.npm.taobao.org/react-native-apple-sign-in1/download/react-native-apple-sign-in1-1.0.6.tgz",
"_spec": "1.0.6",
"_where": "F:\\App2\\App",
"author": {
"name": "Demon",
"email": "431910864@gmail.com"
},
"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.6",
"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": "engineering@systango.com"
}
],
"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"
}
}