2020-07-07 17:44:10 +08:00
|
|
|
|
{
|
2020-07-14 16:35:20 +08:00
|
|
|
|
"name": "@uiw/react-native-alipay",
|
2020-07-31 12:18:24 +08:00
|
|
|
|
"version": "2.1.2",
|
2020-07-14 22:53:43 +08:00
|
|
|
|
"description": "基于 React Native 的支付宝插件,支持Android/iOS。",
|
2020-07-07 17:44:10 +08:00
|
|
|
|
"main": "index.js",
|
2020-07-24 01:19:11 +08:00
|
|
|
|
"typings": "index.d.ts",
|
2020-07-07 17:44:10 +08:00
|
|
|
|
"files": [
|
2020-07-28 16:53:34 +08:00
|
|
|
|
"android/libs",
|
|
|
|
|
"android/src",
|
|
|
|
|
"android/build.gradle",
|
|
|
|
|
"ios",
|
2020-07-14 22:53:43 +08:00
|
|
|
|
"index.d.ts",
|
2020-07-28 16:53:34 +08:00
|
|
|
|
"index.js",
|
|
|
|
|
"README.md"
|
2020-07-07 17:44:10 +08:00
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2020-07-24 01:19:11 +08:00
|
|
|
|
"build": "typedoc"
|
2020-07-07 17:44:10 +08:00
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2020-07-14 16:24:20 +08:00
|
|
|
|
"url": "git+https://github.com/uiwjs/react-native-alipay.git",
|
|
|
|
|
"baseUrl": "https://github.com/uiwjs/react-native-alipay"
|
2020-07-07 17:44:10 +08:00
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
2020-07-14 16:24:20 +08:00
|
|
|
|
"react-native",
|
|
|
|
|
"alipay",
|
|
|
|
|
"uiwjs",
|
|
|
|
|
"uiw",
|
|
|
|
|
"支付宝",
|
|
|
|
|
"ios",
|
|
|
|
|
"android"
|
2020-07-07 17:44:10 +08:00
|
|
|
|
],
|
|
|
|
|
"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": {
|
2020-07-24 10:37:46 +08:00
|
|
|
|
"react": "16.13.1",
|
|
|
|
|
"react-native": "0.63.0",
|
2020-07-24 02:39:13 +00:00
|
|
|
|
"typedoc": "0.17.8",
|
|
|
|
|
"typescript": "3.9.7"
|
2020-07-07 17:44:10 +08:00
|
|
|
|
}
|
|
|
|
|
}
|