-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 885 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
{
"name": "react-native-rave-webview",
"version": "1.0.0",
"description": "The package allows you accept payment using rave by flutterwave and guess what , it doesn't require any form of linking, just install and begin to use .",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-nigeria/react-native-rave-webview.git"
},
"keywords": [
"rave",
"flutterwave",
"payment",
"payment",
"gateway",
"react",
"native",
"webview"
],
"author": "React Native Nigeria Community",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-nigeria/react-native-rave-webview/issues"
},
"homepage": "https://github.com/react-native-nigeria/react-native-rave-webview#readme",
"dependencies": {}
}