Toggle navigation
Toggle navigation
This project
Loading...
Sign in
곽원석
/
OSS-Project
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
곽원석
2020-12-10 10:36:47 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ed653e7a50e1c0ddb3b961adab6bac06d652ff64
ed653e7a
1 parent
aa8737b3
Update json files
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
package-lock.json
package.json
package-lock.json
View file @
ed653e7
This diff is collapsed. Click to expand it.
package.json
View file @
ed653e7
...
...
@@ -9,16 +9,17 @@
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://khuhub.khu.ac.kr/2014104077/OSS-Project.git"
}
}
,
"author"
:
{
"name"
:
"KwakWonseok"
,
"email"
:
"rhkrdnjstjr1@khu.ac.kr"
,
"url"
:
"http://khuhub.khu.ac.kr/u/2014104077"
},
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.17.1"
,
"moment"
:
"^2.29.1"
,
"request"
:
"^2.88.2"
,
"xml-js"
:
"^1.6.11"
}
"license"
:
"MIT"
,
"dependencies"
:
{
"@line/bot-sdk"
:
"^6.4.0"
,
"express"
:
"^4.17.1"
,
"request"
:
"^2.88.2"
}
}
}
...
...
Please
register
or
login
to post a comment