Merge branch 'master' of http://khuhub.khu.ac.kr/2018102237/cfr-chatbot
Showing
4 changed files
with
26 additions
and
0 deletions
.gitignore
0 → 100644
chatbot.js
0 → 100644
This diff is collapsed. Click to expand it.
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "cfr-chatbot", | ||
3 | + "version": "1.0.0", | ||
4 | + "description": "chatbot to recommend good restaurants using CFR API", | ||
5 | + "main": "chatbot.js", | ||
6 | + "scripts": { | ||
7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
8 | + }, | ||
9 | + "author": "whdkgp97@khu.ac.kr", | ||
10 | + "license": "ISC", | ||
11 | + "dependencies": { | ||
12 | + "@line/bot-sdk": "^7.1.0", | ||
13 | + "body-parser": "^1.19.0", | ||
14 | + "create-temp-file": "^2.0.0", | ||
15 | + "express": "^4.17.1", | ||
16 | + "follow-redirects": "^1.13.0", | ||
17 | + "fs": "0.0.1-security", | ||
18 | + "html-webpack-plugin": "^4.5.0", | ||
19 | + "line-bot-sdk-nodejs": "^1.0.0", | ||
20 | + "proj4": "^2.6.3", | ||
21 | + "request": "^2.88.2", | ||
22 | + "webpack": "^5.9.0" | ||
23 | + } | ||
24 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment