UNPKG

new_weixinpay

Version:

微信小程序支付,创建统一订单,调用支付,退款

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