Showing
2 changed files
with
9 additions
and
8 deletions
This diff is collapsed. Click to expand it.
... | @@ -9,16 +9,17 @@ | ... | @@ -9,16 +9,17 @@ |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "http://khuhub.khu.ac.kr/2014104077/OSS-Project.git" | 11 | "url": "http://khuhub.khu.ac.kr/2014104077/OSS-Project.git" |
12 | - } | 12 | + }, |
13 | "author": { | 13 | "author": { |
14 | "name": "KwakWonseok", | 14 | "name": "KwakWonseok", |
15 | "email": "rhkrdnjstjr1@khu.ac.kr", | 15 | "email": "rhkrdnjstjr1@khu.ac.kr", |
16 | "url": "http://khuhub.khu.ac.kr/u/2014104077" | 16 | "url": "http://khuhub.khu.ac.kr/u/2014104077" |
17 | + }, | ||
18 | + "license": "ISC", | ||
19 | + "dependencies": { | ||
20 | + "express": "^4.17.1", | ||
21 | + "moment": "^2.29.1", | ||
22 | + "request": "^2.88.2", | ||
23 | + "xml-js": "^1.6.11" | ||
17 | } | 24 | } |
18 | - "license": "MIT", | 25 | +} |
19 | - "dependencies": { | ||
20 | - "@line/bot-sdk": "^6.4.0", | ||
21 | - "express": "^4.17.1", | ||
22 | - "request": "^2.88.2" | ||
23 | - } | ||
24 | - } | ... | ... |
-
Please register or login to post a comment