-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 945 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 945 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": "wechat-open-toolkit",
"version": "1.1.5",
"description": "微信开放平台工具套件。支持第三方平台代理公众号,完成网页授权、消息事件处理、JSSDK接口调用",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pengng/wechat-open-toolkit.git"
},
"keywords": [
"微信",
"公众号",
"微信开放平台",
"第三方平台",
"网页授权",
"OAuth",
"JS SDK",
"小程序",
"事件",
"消息",
"服务号",
"订阅号"
],
"author": "yupeng.kuo",
"license": "ISC",
"bugs": {
"url": "https://github.com/pengng/wechat-open-toolkit/issues"
},
"homepage": "https://github.com/pengng/wechat-open-toolkit#readme",
"dependencies": {
"wechat-encrypt": "^1.1.0",
"xml2js": "^0.4.19"
}
}