-
-
Notifications
You must be signed in to change notification settings - Fork 226
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "react-native-inappbrowser-reborn",
"version": "3.7.0",
"description": "InAppBrowser for React Native",
"main": "index.js",
"scripts": {
"flow": "flow check",
"lint": "eslint index.js",
"postinstall": "opencollective-postinstall || true"
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:proyecto26/react-native-inappbrowser.git"
},
"bugs": {
"url": "https://github.com/proyecto26/react-native-inappbrowser/issues"
},
"keywords": [
"react-native",
"React Native",
"JavaScript",
"Android",
"iOS",
"browser",
"InAppBrowser",
"in-app-browser",
"AppBrowser",
"Chrome",
"Safari",
"Chrome Custom Tabs",
"SafariServices",
"AuthenticationServices",
"SFSafariViewController",
"CustomTabsIntent",
"ChromeTabsManagerActivity"
],
"author": "Juan David Nicholls Cardona",
"homepage": "https://github.com/proyecto26/react-native-inappbrowser",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.56"
},
"dependencies": {
"invariant": "^2.2.4",
"opencollective-postinstall": "^2.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@react-native-community/eslint-config": "^3.0.3",
"eslint": "^8.20.0",
"flow-bin": "^0.183.1",
"prettier": "^2.7.1",
"react-native": "^0.69.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/proyecto26"
}
}