forked from proyecto26/react-native-inappbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 935 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
{
"name": "react-native-inappbrowser-reborn",
"version": "1.3.11",
"description": "InAppBrowser for React Native",
"main": "index.js",
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git@github.com:proyecto26/react-native-inappbrowser.git"
},
"bugs": {
"url": "https://github.com/proyecto26/react-native-inappbrowser/issues"
},
"keywords": [
"react-native",
"in",
"app",
"browser",
"inappbrowser",
"in-app-browser"
],
"author": "Juan David Nicholls Cardona",
"homepage": "https://github.com/proyecto26/react-native-inappbrowser",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.55.0"
},
"dependencies": {
"invariant": "^2.2.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"flow-bin": "^0.80.0"
}
}