-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1004 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "[email protected]",
"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": {}
}