-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
38
39
{
"name": "rn-pagseguro-plugin",
"title": "React-Native Pagseguro-Plugin",
"version": "0.1.3",
"description": "react native plugin for connect to pagseguro based on PlugPagServiceWrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/matheuscrestanifernandes/rn-pagseguro-plugin.git",
"baseUrl": "https://github.com/matheuscrestanifernandes/rn-pagseguro-plugin"
},
"keywords": [
"react-native",
"pagseguro",
"plugin",
"react-native-pagsystem",
"pagseguro-api",
"pagseguro-react",
"react-pagbank"
],
"author": {
"name": "Matheus Crestani Fernandes",
"email": "freezywt666@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.71.8"
}
}