forked from node-webot/co-wechat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 800 Bytes
/
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
{
"name": "co-wechat",
"version": "2.3.0",
"description": "wechat api for co",
"main": "lib/wechat.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/node-webot/co-wechat"
},
"keywords": [
"wechat",
"wexin"
],
"author": "Jackson Tian",
"license": "MIT",
"dependencies": {
"ejs": ">=1.0.0",
"raw-body": "^2.2.0",
"wechat-crypto": "0.0.2",
"xml2js": "0.4.4"
},
"devDependencies": {
"coveralls": "*",
"expect.js": "*",
"koa": "^2.0.0",
"koa-generic-session": "*",
"mocha": "*",
"mocha-lcov-reporter": "*",
"muk": "*",
"nyc": "^10.2.0",
"rewire": "*",
"should": "~3.0.0",
"supertest": "*",
"travis-cov": "*"
},
"files": [
"lib"
]
}