Showing
1 changed file
with
33 additions
and
0 deletions
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "2020_OSS_TermProJect", | ||
3 | + "version": "1.0.0", | ||
4 | + "description": "야구 기사 크롤링\r ===============", | ||
5 | + "main": "app.js", | ||
6 | + "dependencies": { | ||
7 | + "axios": "^0.19.2", | ||
8 | + "body-parser": "^1.19.0", | ||
9 | + "cheerio": "^1.0.0-rc.3", | ||
10 | + "consolidate": "^0.15.1", | ||
11 | + "ejs": "^3.1.3", | ||
12 | + "express": "^4.17.1", | ||
13 | + "http": "^0.0.1-security", | ||
14 | + "iconv": "^3.0.0", | ||
15 | + "iconv-lite": "^0.5.1", | ||
16 | + "mustache": "^4.0.1", | ||
17 | + "path": "^0.12.7", | ||
18 | + "request": "^2.88.2", | ||
19 | + "requset": "^0.0.1-security", | ||
20 | + "route": "^0.2.5" | ||
21 | + }, | ||
22 | + "devDependencies": {}, | ||
23 | + "scripts": { | ||
24 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
25 | + }, | ||
26 | + "repository": { | ||
27 | + "type": "git", | ||
28 | + "url": "ssh://git@khuhub.khu.ac.kr:12959/2019102228/2020_OSS_TermProJect.git" | ||
29 | + }, | ||
30 | + "keywords": [], | ||
31 | + "author": "", | ||
32 | + "license": "ISC" | ||
33 | +} |
-
Please register or login to post a comment