-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 762 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 762 Bytes
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
{
"name": "tenpay",
"version": "2.1.18",
"description": "微信支付 for nodejs",
"main": "./lib",
"scripts": {
"test": "mocha",
"travis": "TESTER=travis mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/befinal/node-tenpay.git"
},
"engines": {
"node": ">= 8.3.0"
},
"keywords": [
"微信支付",
"微信红包",
"企业付款",
"wechat",
"wechat-pay",
"wechat-payment"
],
"author": "Eric",
"license": "MIT",
"bugs": {
"url": "https://github.com/befinal/node-tenpay/issues"
},
"homepage": "https://github.com/befinal/node-tenpay#readme",
"dependencies": {
"urllib": "^2.33.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"mocha": "^4.1.0"
}
}