Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
刘传洋
8 years ago
Commit
05eadb5dcb628c8969be4fa0bef2d915751aae47
2 parents
957c53a1
2729c872
Merge branch 'release/hbs' of
http://git.yoho.cn/fe/yohobuy-node
into release/hbs
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
app.js
package.json
app.js
View file @
05eadb5
...
...
@@ -14,6 +14,10 @@ const yohoLib = require('yoho-node-lib');
// 全局注册library
yohoLib
.
global
(
config
);
const
EventEmitter
=
require
(
'events'
);
EventEmitter
.
defaultMaxListeners
=
100
;
const
express
=
require
(
'express'
);
const
compression
=
require
(
'compression'
);
const
path
=
require
(
'path'
);
...
...
package.json
View file @
05eadb5
...
...
@@ -35,20 +35,13 @@
"body-parser"
:
"^1.15.0"
,
"captchapng"
:
"0.0.1"
,
"compression"
:
"^1.6.2"
,
"connect-memcached"
:
"^0.2.0"
,
"cookie-parser"
:
"^1.4.3"
,
"cookie-session"
:
"^1.2.0"
,
"express"
:
"^4.13.1"
,
"express-handlebars"
:
"^3.0.0"
,
"express-session"
:
"^1.13.0"
,
"handlebars"
:
"^4.0.5"
,
"influxdb-winston"
:
"^1.0.1"
,
"lodash"
:
"^4.13.1"
,
"md5"
:
"^2.1.0"
,
"memcached"
:
"^2.2.2"
,
"moment"
:
"^2.14.1"
,
"morgan"
:
"^1.7.0"
,
"oneapm"
:
"^1.2.20"
,
"passport"
:
"^0.3.2"
,
"passport-douban"
:
"0.0.1"
,
"passport-local"
:
"^1.0.0"
,
...
...
@@ -58,11 +51,8 @@
"passport-strategy"
:
"1.x.x"
,
"passport-weixin"
:
"^0.1.0"
,
"request-ip"
:
"^1.2.2"
,
"request-promise"
:
"^3.0.0"
,
"serve-favicon"
:
"^2.3.0"
,
"uuid"
:
"^2.0.2"
,
"winston"
:
"^2.2.0"
,
"winston-daily-rotate-file"
:
"^1.1.4"
,
"yoho-node-lib"
:
"0.1.28"
,
"yoho-zookeeper"
:
"^1.0.3"
},
...
...
Please
register
or
login
to post a comment