package.json 622 Bytes
{
  "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"
}