weixinpay
Version:
微信小程序支付,创建统一订单,调用支付
42 lines (41 loc) • 875 B
JSON
{
"name": "weixinpay",
"version": "1.0.12",
"description": "微信小程序支付,创建统一订单,调用支付",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lengjh/weixinpay.git"
},
"keywords": [
"支付",
"微信支付",
"微信小程序支付",
"微信",
"微信sdk",
"JSAPI",
"weixin",
"pay",
"wxpay",
"weixin-pay",
"weixinpay",
"wx-payment",
"weixin-payment",
"weixinpayment",
"payment"
],
"author": "kingwell leng",
"license": "ISC",
"bugs": {
"url": "https://github.com/lengjh/weixinpay/issues"
},
"homepage": "https://github.com/lengjh/weixinpay#readme",
"dependencies": {
"md5": "*",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}