-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·42 lines (42 loc) · 1.1 KB
/
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": "littlewin.server",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/run ",
"prd": "NODE_ENV=production node bin/run ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"akismet-api": "^3.0.0",
"app-module-path": "^2.2.0",
"bluebird": "^3.5.1",
"geoip-lite": "^1.2.1",
"jsonwebtoken": "^7.4.3",
"kcors": "^2.2.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-logger": "^1.3.1",
"koa-router": "^7.0.0",
"marked": "^0.3.6",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongoose": "^4.7.9",
"mongoose-auto-increment": "^5.0.1",
"mongoose-paginate": "^5.0.3",
"node-os-utils": "^1.0.7",
"nodemailer": "^4.2.0",
"nodemailer-smtp-transport": "^2.7.4",
"qn": "^1.3.0",
"redis": "^2.8.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"runkoa": "^1.3.1",
"simple-netease-cloud-music": "^0.3.4",
"sitemap": "^1.13.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}