-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 878 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
{
"name": "wechatbot",
"version": "1.0.0",
"description": "wechat bot",
"main": "app.js",
"scripts": {
"start": "NODE_ENV=product node app.js"
},
"author": "fondadam",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-0": "^6.24.1",
"cheerio": "^1.0.0-rc.2",
"crypto": "^1.0.1",
"finis": "^0.4.1",
"jquery-json": "^2.6.0",
"json-parser": "^1.1.5",
"json2": "^0.4.0",
"koa": "^2.4.1",
"koa-router": "^7.3.0",
"lodash": "^4.17.4",
"log4js": "^2.4.1",
"node-schedule": "^1.3.0",
"nodemailer": "^4.4.0",
"parse-json": "^4.0.0",
"puppeteer": "^0.13.0",
"qrcode-terminal": "^0.11.0",
"querystring": "^0.2.0",
"request-promise": "^4.2.2",
"superagent": "^3.8.2",
"wechaty": "^0.13.33"
}
}