-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.79 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.79 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "wechat-payment-node",
"version": "2.7.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",
"微信支付",
"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"
}