Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장주현
/
Amazon_Shopping_Helper
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-06-25 04:18:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3bf8f49202c6e25759e10567955c2946d7acbf87
3bf8f492
1 parent
11671469
git init
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
package.json
package.json
0 → 100644
View file @
3bf8f49
{
"name"
:
"amazon_shopping_helper"
,
"version"
:
"1.0.0"
,
"description"
:
"다음 우편번호 서비스 api를 통해 사용자로부터 주소를 작성하면 이를 영문주소로 변환해준다."
,
"main"
:
"app.js"
,
"dependencies"
:
{
"body-parser"
:
"^1.19.0"
,
"ejs"
:
"^3.1.3"
,
"express"
:
"^4.17.1"
,
"request"
:
"^2.88.2"
},
"devDependencies"
:
{},
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"ssh://git@khuhub.khu.ac.kr:12959/2019103219/Amazon_Shopping_Helper.git"
},
"author"
:
"CJH"
,
"license"
:
"ISC"
}
Please
register
or
login
to post a comment