-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 756 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 756 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
{
"name": "wxpay-jsapi",
"version": "1.1.0",
"description": "wxpay 微信支付 js-sdk 支持generator和promise",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yxz1025/wxpay-jsapi.git"
},
"keywords": [
"weixin",
"微信支付",
"wxpay",
"js-sdk"
],
"dependencies": {
"ioredis": "1.15.1",
"request": "*",
"sha1": "*",
"crypto": "*",
"ejs": "2.4.1",
"bluebird": "3.4.0",
"co": "4.6.0"
},
"author": "yxz1025",
"license": "ISC",
"bugs": {
"url": "https://github.com/yxz1025/wxpay-jsapi/issues"
},
"homepage": "https://github.com/yxz1025/wxpay-jsapi#readme"
}