장주현

git init

1 +{
2 + "name": "amazon_shopping_helper",
3 + "version": "1.0.0",
4 + "description": "다음 우편번호 서비스 api를 통해 사용자로부터 주소를 작성하면 이를 영문주소로 변환해준다.",
5 + "main": "app.js",
6 + "dependencies": {
7 + "body-parser": "^1.19.0",
8 + "ejs": "^3.1.3",
9 + "express": "^4.17.1",
10 + "request": "^2.88.2"
11 + },
12 + "devDependencies": {},
13 + "scripts": {
14 + "test": "echo \"Error: no test specified\" && exit 1"
15 + },
16 + "repository": {
17 + "type": "git",
18 + "url": "ssh://git@khuhub.khu.ac.kr:12959/2019103219/Amazon_Shopping_Helper.git"
19 + },
20 + "author": "CJH",
21 + "license": "ISC"
22 +}