Showing
2 changed files
with
20 additions
and
0 deletions
package-lock.json
0 → 100644
This diff is collapsed. Click to expand it.
package.json
0 → 100644
| 1 | +{ | ||
| 2 | + "name": "oss_termproject", | ||
| 3 | + "version": "1.0.0", | ||
| 4 | + "description": "", | ||
| 5 | + "main": "app.js", | ||
| 6 | + "scripts": { | ||
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
| 8 | + }, | ||
| 9 | + "repository": { | ||
| 10 | + "type": "git", | ||
| 11 | + "url": "ssh://git@khuhub.khu.ac.kr:12959/2019102201/OSS_TermProject.git" | ||
| 12 | + }, | ||
| 13 | + "author": "", | ||
| 14 | + "license": "ISC", | ||
| 15 | + "dependencies": { | ||
| 16 | + "cheerio": "^1.0.0-rc.3", | ||
| 17 | + "express": "^4.17.1", | ||
| 18 | + "request": "^2.88.2" | ||
| 19 | + } | ||
| 20 | +} |
-
Please register or login to post a comment