-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 907 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
43
44
{
"bin": {
"robot": "./index"
},
"main": "./app.js",
"bugs": {
"url": "https://github.com/247521776/wechat-robot/issues"
},
"contributors": [
{
"name": "yanglei",
"email": "[email protected]"
}
],
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"iconv-lite": "^0.4.24",
"koa": "^2.7.0",
"koa-ejs": "^4.2.0",
"lodash": "^4.17.14",
"qrcode-terminal": "^0.11.0",
"request": "^2.88.0",
"wechat4u": "^0.7.7"
},
"description": "weixin robot",
"devDependencies": {
"mocha": "3.1.2"
},
"directories": {},
"license": "MIT",
"maintainers": [],
"name": "wechat-robot",
"optionalDependencies": {},
"engines": {
"node": ">= 7.6.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/247521776/wechat-robot"
},
"scripts": {},
"version": "1.0.0"
}