forked from liuxiaodong/weixin-trap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 KB
/
package.json
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
{
"name": "weixin-trap",
"version": "1.0.2",
"description": "托管多个公众号的 express 中间件",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"async": "^1.3.0",
"debug": "^2.2.0",
"express": "^4.13.0",
"raw-body": "^2.1.2",
"underscore": "^1.8.3",
"wechat-api": "^1.23.0",
"wechat-crypto": "^0.0.2",
"xml2js": "^0.4.9"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"q": "^1.4.1",
"should": "^7.0.2",
"sinon": "^1.17.2",
"supertest": "^1.0.1"
},
"scripts": {
"test": "make test-cov",
"cov": "make test-coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/liuxiaodong/weixin.git"
},
"keywords": [
"weixin",
"wechat",
"wx"
],
"author": "leaf <liuxiaodong1989@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/liuxiaodong/weixin/issues"
},
"homepage": "https://github.com/liuxiaodong/weixin"
}