bluejoyq

install backend module

This diff is collapsed. Click to expand it.
1 +{
2 + "name": "searchguide",
3 + "version": "1.0.0",
4 + "description": "",
5 + "main": "app.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "repository": {
10 + "type": "git",
11 + "url": "ssh://git@khuhub.khu.ac.kr:12959/2018104017/searchGuide.git"
12 + },
13 + "author": "",
14 + "license": "ISC",
15 + "dependencies": {
16 + "body-parser": "^1.19.0",
17 + "cors": "^2.8.5",
18 + "express": "^4.17.1",
19 + "morgan": "^1.9.1"
20 + }
21 +}