forked from yued-fe/yuenode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "yuenode",
"version": "2.0.0",
"author": "shilei",
"description": "A Nodejs framework for Yuewen Group's project",
"main": "app.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test":"mocha",
"dev:oversea": "cross-env file=config/oversea.config.js gulp",
"start:oversea": "pm2 start config/oversea.config.js",
"reload:oversea": "pm2 reload oversea",
"stop:oversea": "pm2 stop oversea",
"delete:oversea": "pm2 delete oversea"
},
"dependencies": {
"bluebird": "^3.5.0",
"bytes": "^2.4.0",
"chalk": "^1.1.3",
"chinese-s2t": "0.0.6",
"co-request": "^1.0.0",
"cookie": "^0.3.1",
"dateformat": "^2.0.0",
"ejs": "^2.5.6",
"html-minifier": "^3.4.2",
"humanize-number": "0.0.2",
"koa": "^1.3.0",
"koa-bodyparser": "^2.5.0",
"koa-router": "^5.4.0",
"passthrough-counter": "^1.0.0",
"thunkify": "^2.1.2",
"url": "^0.11.0",
"@tencent/cl5": "^1.0.10"
},
"devDependencies": {
"cross-env": "^4.0.0",
"figlet": "^1.2.0",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"mocha": "^3.1.0",
"should": "^11.1.0"
}
}