-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 922 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
{
"name": "react-native-open-payment",
"version": "0.0.1",
"description": "OPEN React Native SDK lets you seamlessly integrate OPEN Payment Gateway with your React-Native app and start collecting payments from your customers.",
"main": "src/index",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/IntelliJAbhishek/react-native-open-payment",
"author": "Abhishek Singh <[email protected]> (https://github.com/IntelliJAbhishek)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IntelliJAbhishek/react-native-open-payment/issues"
},
"homepage": "https://github.com/IntelliJAbhishek/react-native-open-payment#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}