1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-alipay/package.json
2020-07-14 16:44:20 +08:00

46 lines
986 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@uiw/react-native-alipay",
"version": "2.0.1",
"description": "基于 React Native 的宝支付插件支持Android/iOS。",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"ios",
"react-native-alipay.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uiwjs/react-native-alipay.git",
"baseUrl": "https://github.com/uiwjs/react-native-alipay"
},
"keywords": [
"react-native",
"alipay",
"uiwjs",
"uiw",
"支付宝",
"ios",
"android"
],
"author": {
"name": "Kenny Wong",
"email": "wowohoo@qq.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}