Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서영
/
searchGuide
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
bluejoyq
2019-11-11 18:13:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0bd3a145a92bab637ee525cb0950fc4905bbe22
d0bd3a14
1 parent
f231d6ae
install backend module
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
package-lock.json
package.json
package-lock.json
0 → 100644
View file @
d0bd3a1
This diff is collapsed. Click to expand it.
package.json
0 → 100644
View file @
d0bd3a1
{
"name"
:
"searchguide"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"ssh://git@khuhub.khu.ac.kr:12959/2018104017/searchGuide.git"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"body-parser"
:
"^1.19.0"
,
"cors"
:
"^2.8.5"
,
"express"
:
"^4.17.1"
,
"morgan"
:
"^1.9.1"
}
}
Please
register
or
login
to post a comment