-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
43
44
45
46
47
48
49
{
"name": "ningto.com",
"version": "1.1.0",
"description": "泞途 - 泊客网",
"main": "app.js",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.0",
"co": "^4.6.0",
"cron": "^1.7.0",
"es6-promise": "^4.2.2",
"highlight.js": "^9.10.0",
"iconv-lite": "^0.4.19",
"isomorphic-fetch": "^2.2.1",
"koa": "^2.2.0",
"koa-body": "^2.5.0",
"koa-bodyparser": "^4.1.0",
"koa-logger": "^3.1.0",
"koa-route": "^3.2.0",
"koa-session": "^5.0.0",
"koa-static": "^4.0.2",
"koa-swig": "^2.2.1",
"koa2-cors": "^2.0.4",
"log4js": "^3.0.6",
"marked": "^0.6.2",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongoose": "^5.4.2",
"nodemailer": "^4.6.8",
"objectid-to-timestamp": "^1.3.0",
"qiniu": "^7.1.2",
"sha1": "^1.1.1",
"svg-captcha": "^1.3.11",
"uuid": "^3.0.1",
"xss": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "node app.js",
"dev": "nodemon app.js",
"start": "pm2 start ./app.js --max-memory-restart 500M --name 'ningto' "
},
"author": "tujiaw",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/tujiaw/ningto.git"
}
}