-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1011 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1011 Bytes
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
{
"name": "@creativejoe007/react-native-rave-webview",
"version": "1.0.9",
"description": "A web view wrapper for Flutterwave Rave payment gateway with support for React Native v0.60 and doesn't require any react native linking. For more info, checkout (https://github.com/creativeJoe007/react-native-rave-webview) ",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativeJoe007/react-native-rave-webview.git"
},
"keywords": [
"react-native",
"rave",
"flutterwave-rave",
"rave",
"flutterwave",
"payment-gateway",
"react",
"flutterwave"
],
"author": "creativeJoe007",
"license": "ISC",
"bugs": {
"url": "https://github.com/creativeJoe007/react-native-rave-webview/issues"
},
"homepage": "https://github.com/creativeJoe007/react-native-rave-webview#readme",
"dependencies": {
"react-native-webview": "^9.0.2"
},
"devDependencies": {}
}