wechat-payment-node
Version:
微信支付 for nodejs,创建统一支付订单,查询订单,关闭订单,申请退款,查询退款详情,企业付款,即转账到个人微信钱包,查询企业付款详情 Payment API of Weixin (WeChat) for APP and also JSAPI
77 lines (76 loc) • 1.91 kB
JSON
{
"name": "wechat-payment-node",
"version": "2.8.0",
"description": "微信支付 for nodejs,创建统一支付订单,查询订单,关闭订单,申请退款,查询退款详情,企业付款,即转账到个人微信钱包,查询企业付款详情 Payment API of Weixin (WeChat) for APP and also JSAPI",
"main": "lib/index.js",
"scripts": {
"watch": "gulp watch",
"test": "gulp test",
"build": "gulp build"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"jssha": "^2.2.0",
"md5": "^2.1.0",
"request": "^2.54.0",
"xml2js": "^0.4.6"
},
"keywords": [
"wechat",
"weixin",
"payment",
"node",
"微信",
"支付",
"公众号支付",
"node 支付",
"微信支付",
"weixin node",
"wechat node",
"weixin nodejs",
"wechat nodejs",
"nodejs",
"wechat payment",
"weixin zhifu",
"weixin payment"
],
"author": "Alim Boyaq",
"contributors": [
{
"name": "Alim Boyaq",
"email": "boyaq@otkur.biz"
},
{
"name": "MirGhojam",
"email": "mirshat@otkur.biz"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^3.0.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.10",
"mocha": "^2.4.5",
"mochawesome": "^1.3.4"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/OtkurBiz/wechat-payment-node"
},
"bugs": "https://github.com/OtkurBiz/wechat-payment-node/issues",
"homepage": "https://github.com/OtkurBiz/wechat-payment-node"
}