forked from tolu360/react-native-paystack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 831 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
34
{
"name": "react-native-paystack",
"description": "React Native Wrappers for Paystack Android & iOS Mobile SDKs",
"main": "index.js",
"author": "Tolu Olowu (Arttitude 360) <tolu@arttitude360.com>",
"version": "3.4.3",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tolu360/react-native-paystack"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tolu360/react-native-paystack/issues"
},
"homepage": "https://github.com/tolu360/react-native-paystack#readme",
"keywords": [
"react",
"react-native",
"react-native module",
"ios",
"android",
"paystack",
"credit-card",
"payments"
],
"peerDependencies": {
"react": ">=15.4.0 || >=16.x",
"react-native": ">=0.40.0"
},
"devDependencies": {
"jest": "^24.9.0"
}
}