2018-07-30 20:21:48 -07:00
|
|
|
{
|
2018-08-15 19:23:26 -07:00
|
|
|
"name": "react-native-webview",
|
2018-10-13 00:56:22 +02:00
|
|
|
"description": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
|
2018-07-30 22:00:33 -07:00
|
|
|
"main": "index.js",
|
2018-11-19 12:59:21 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2018-09-08 10:42:02 -07:00
|
|
|
"author": "Jamon Holmgren <jamon@infinite.red>",
|
2018-10-13 00:49:59 +02:00
|
|
|
"contributors": [
|
|
|
|
"Thibault Malbranche <malbranche.thibault@gmail.com>"
|
|
|
|
],
|
2018-10-18 18:08:49 +09:00
|
|
|
"license": "MIT",
|
2018-11-19 10:23:08 +00:00
|
|
|
"version": "2.8.0",
|
2018-09-09 19:36:28 +02:00
|
|
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
2018-09-09 22:40:32 -06:00
|
|
|
"scripts": {
|
2018-10-17 14:54:44 +02:00
|
|
|
"test:ios:flow": "flow check",
|
|
|
|
"test:android:flow": "flow check --flowconfig-name .flowconfig.android",
|
|
|
|
"ci:publish": "yarn semantic-release",
|
|
|
|
"ci:test": "yarn ci:test:flow",
|
|
|
|
"ci:test:flow": "yarn test:ios:flow && yarn test:android:flow",
|
|
|
|
"semantic-release": "semantic-release"
|
2018-09-09 22:40:32 -06:00
|
|
|
},
|
2018-07-30 20:21:48 -07:00
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.0",
|
2018-09-12 04:00:12 +08:00
|
|
|
"react-native": "^0.57"
|
2018-07-30 20:21:48 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-07-30 22:00:33 -07:00
|
|
|
"escape-string-regexp": "^1.0.5",
|
|
|
|
"fbjs": "^0.8.17"
|
2018-09-09 22:40:32 -06:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-18 11:42:21 +02:00
|
|
|
"@semantic-release/git": "7.0.5",
|
2018-11-19 12:59:21 +03:00
|
|
|
"@types/react": "^16.4.18",
|
|
|
|
"@types/react-native": "^0.57.6",
|
2018-09-09 22:40:32 -06:00
|
|
|
"flow-bin": "^0.80.0",
|
2018-10-17 14:54:44 +02:00
|
|
|
"react-native": "^0.57",
|
2018-10-18 11:31:19 +02:00
|
|
|
"semantic-release": "15.10.3"
|
2018-10-17 14:54:44 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/react-native-community/react-native-webview.git"
|
2018-07-30 20:21:48 -07:00
|
|
|
}
|
2018-09-09 19:36:28 +02:00
|
|
|
}
|