Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이정민
/
OPproject
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이정민
2019-12-03 19:22:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
304b48aa9b72b7161c6cde4e7e0f791ffef4cf8c
304b48aa
1 parent
0f08a1ba
package
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
304b48a
This diff could not be displayed because it is too large.
package.json
0 → 100644
View file @
304b48a
{
"name"
:
"node-auction"
,
"version"
:
"0.0.1"
,
"description"
:
"노드 경매 시스템"
,
"main"
:
"app.js"
,
"scripts"
:
{
"start"
:
"nodemon app"
},
"author"
:
"Zero Cho"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"bcrypt"
:
"^3.0.4"
,
"connect-flash"
:
"^0.1.1"
,
"cookie-parser"
:
"^1.4.4"
,
"dotenv"
:
"^7.0.0"
,
"express"
:
"^4.16.4"
,
"express-session"
:
"^1.15.6"
,
"morgan"
:
"^1.9.1"
,
"multer"
:
"^1.4.1"
,
"mysql2"
:
"^1.6.5"
,
"node-schedule"
:
"^1.3.2"
,
"passport"
:
"^0.4.0"
,
"passport-local"
:
"^1.0.0"
,
"pug"
:
"^2.0.0-rc.4"
,
"sequelize"
:
"^4.44.3"
,
"socket.io"
:
"^2.2.0"
,
"sse"
:
"0.0.8"
},
"devDependencies"
:
{
"nodemon"
:
"^1.18.10"
}
}
Please
register
or
login
to post a comment