UNPKG

nodejs-wechatpay

Version:

微信支付 服务商版本,普通商户版本 nodejs 接口实现 wechatpay apiv2 支付回调

42 lines (41 loc) 1 kB
{ "name": "nodejs-wechatpay", "version": "1.2.4", "description": "微信支付 服务商版本,普通商户版本 nodejs 接口实现 wechatpay apiv2 支付回调", "main": "index.js", "directories": { "example": "examples", "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bowerliu/nodejs-wechatpay-v2.git" }, "keywords": [ "wechatpay", "wxpay", "nodejs", "微信支付", "微信支付服务商", "微信发红包", "微信提现", "扫码支付", "dplus.tech", "迪迦科技" ], "author": "bower.liu@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/bowerliu/nodejs-wechatpay-v2/issues" }, "homepage": "https://github.com/bowerliu/nodejs-wechatpay-v2#readme", "dependencies": { "crypto": "^1.0.1", "request": "^2.88.2", "xml2js": "^0.4.23" }, "devDependencies": {} }