41 lines
907 B
JSON
41 lines
907 B
JSON
{
|
|
"name": "react-native-uiwjs-alipay",
|
|
"title": "React Native Uiwjs Alipay",
|
|
"version": "1.0.0",
|
|
"description": "TODO",
|
|
"main": "index.js",
|
|
"files": [
|
|
"README.md",
|
|
"android",
|
|
"index.js",
|
|
"ios",
|
|
"react-native-uiwjs-alipay.podspec"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uiwjs/react-native-uiwjs-alipay.git",
|
|
"baseUrl": "https://github.com/uiwjs/react-native-uiwjs-alipay"
|
|
},
|
|
"keywords": [
|
|
"react-native"
|
|
],
|
|
"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"
|
|
}
|
|
}
|