react-native-inappbrowser/package.json
Juan David Nicholls Cardona 0ab9b47be3 Update package version to 3.3.0
2019-11-12 01:28:27 -05:00

49 lines
1.2 KiB
JSON

{
"name": "react-native-inappbrowser-reborn",
"version": "3.3.0",
"description": "InAppBrowser for React Native",
"main": "index.js",
"readmeFilename": "README.md",
"scripts": {
"lint": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall || true"
},
"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.56"
},
"dependencies": {
"invariant": "^2.2.4",
"opencollective-postinstall": "^2.0.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.5",
"babel-core": "^6.26.3",
"eslint": "^6.0.1",
"flow-bin": "^0.102.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/proyecto26"
}
}