-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 974 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 974 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
39
40
41
42
43
44
45
46
{
"name": "wechat-toolkit",
"version": "0.2.19",
"description": "toolkit for integrate with wechat in express",
"keywords": [
"wechat",
"node",
"weixin",
"express"
],
"author": {
"name": "zheng sheng dong",
"email": "shengdong.zhen@yilos.com"
},
"contributors": [
{
"name": "liu xin",
"email": "liuxin7410@qq.com"
},
{
"name": "camille benhamou",
"email": "camille.benhamou@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kyfxbl/wechat-toolkit"
},
"bugs": {
"url": "https://github.com/kyfxbl/wechat-toolkit/issues"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"formstream": "0.0.8",
"moment": "^2.10.6",
"sha1": "~1.1.0",
"underscore": "~1.6.0",
"urllib": "^1.5.2",
"xml": "~0.0.12",
"xml2js": "~0.4.1"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/kyfxbl/wechat-toolkit"
}