package.json
734 字节
{
"name": "react-native-jy-unionpay",
"version": "1.0.3",
"description": "银联的react-native模块",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"native",
"rn",
"wechat",
"alipay",
"pay",
"jy",
"react-native",
"react-native-jy-unionpay",
"china unionpay",
"unionpay",
"china",
"银联",
"中国银联",
"银联支付",
"中国银联支付"
],
"author": "jingyu.qi",
"homepage": "https://github.com/qijingyu2013/react-native-jy-unionpay.git",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2"
},
"dependencies": {
"events": "^3.1.0"
}
}