송민석

Add package.json file

1 +{
2 + "name": "time_table",
3 + "version": "1.0.0",
4 + "description": "",
5 + "main": "index.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "repository": {
10 + "type": "git",
11 + "url": "http://khuhub.khu.ac.kr/2019102206/time_table.git"
12 + },
13 + "keywords": [],
14 + "author": "",
15 + "license": "ISC",
16 + "dependencies": {
17 + "express": "^4.18.1",
18 + "fs": "^0.0.1-security",
19 + "https": "^1.0.0",
20 + "mongodb": "^4.6.0",
21 + "mongoose": "^6.3.5",
22 + "path": "^0.12.7",
23 + "request": "^2.88.2"
24 + }
25 +}