-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 880 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
{
"name": "logger-email",
"version": "1.0.5",
"description": "express+node+log4js+ejs日志系统,包含邮件功能",
"main": "index.js",
"author": {
"name": "daiyunzhou",
"email": "1254473705@qq.com"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dai1254473705/logger-email.git"
},
"keywords": [
"logger-email",
"express",
"node",
"log4js",
"node-schedule",
"nodemailer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dai1254473705/logger-email/issues"
},
"homepage": "https://github.com/dai1254473705/logger-email#readme",
"dependencies": {
"ejs": "^2.6.1",
"eslint": "^5.9.0",
"express": "^4.16.4",
"log4js": "^3.0.6",
"moment": "^2.22.2",
"node-schedule": "^1.3.1",
"nodemailer": "^4.7.0"
}
}