Showing
4 changed files
with
19 additions
and
0 deletions
.gitignore
0 → 100644
1 | +node_modules/ |
index.js
0 → 100644
File mode changed
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "weather_chatbot", | ||
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/2019102244/weather_chatbot.git" | ||
12 | + }, | ||
13 | + "author": "황선혁", | ||
14 | + "license": "MIT", | ||
15 | + "dependencies": { | ||
16 | + "express": "^4.18.1" | ||
17 | + } | ||
18 | +} |
-
Please register or login to post a comment