Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대욱
/
My_Project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김대욱
2020-05-14 22:56:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
90f1e7894d987e3d631a4c3434aa7d6eb98afc9f
90f1e789
1 parent
b1ddf606
package.json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
package.json
package.json
0 → 100644
View file @
90f1e78
{
"name"
:
"project"
,
"version"
:
"0.0.0"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"node ./bin/www"
},
"dependencies"
:
{
"body-parser"
:
"^1.18.3"
,
"compression"
:
"^1.7.3"
,
"cookie-parser"
:
"~1.4.3"
,
"date-utils"
:
"^1.2.21"
,
"debug"
:
"~2.6.9"
,
"ejs"
:
"~2.5.7"
,
"express"
:
"~4.16.0"
,
"helmet"
:
"^3.13.0"
,
"http-errors"
:
"~1.6.2"
,
"morgan"
:
"~1.9.0"
,
"mysql"
:
"^2.16.0"
,
"request"
:
"^2.88.0"
,
"socket.io"
:
"^2.1.1"
}
}
Please
register
or
login
to post a comment