package.json 556 Bytes
{
  "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",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "is-base64": "^1.0.0",
    "morgan": "^1.9.1",
    "request": "^2.88.0",
    "request-promise": "^4.2.5"
  }
}