-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1003 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
{
"name": "codeplus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"author": "chenyu <[email protected]>",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"debug": "^3.2.6",
"ejs": "^2.6.1",
"emailjs": "^2.2.0",
"html-to-text": "^3.3.0",
"iconv-lite": "^0.4.24",
"js-yaml": "^3.12.1",
"juice": "^5.1.0",
"koa": "^2.7.0",
"koa-better-body": "^3.0.4",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-logger": "^3.2.0",
"koa-mount": "^3.0.0",
"koa-router": "^7.4.0",
"koa-send": "^4.1.3",
"koa-session": "^5.10.1",
"koa-static": "^4.0.3",
"lodash": "^4.17.11",
"log": "^1.4.0",
"markdown-it": "^8.4.2",
"moment": "^2.24.0",
"mongoose": "^4.13.18",
"mz": "^2.7.0",
"should": "^13.2.3",
"superagent": "^3.8.3",
"utility": "^1.15.0"
}
}