Showing
1 changed file
with
24 additions
and
0 deletions
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "probability_corona", | ||
3 | + "version": "1.0.0", | ||
4 | + "description": "코로나가 미세먼지 증감에 미친 영향 ", | ||
5 | + "main": "app.js", | ||
6 | + "dependencies": { | ||
7 | + "debug": "^4.1.1", | ||
8 | + "ejs": "^3.1.3", | ||
9 | + "express": "^4.17.1", | ||
10 | + "request": "^2.88.2", | ||
11 | + "urlencode": "^1.1.0", | ||
12 | + "xml-js": "^1.6.11" | ||
13 | + }, | ||
14 | + "devDependencies": {}, | ||
15 | + "scripts": { | ||
16 | + "test": "echo \"Error: no test specified\" && exit 1" | ||
17 | + }, | ||
18 | + "repository": { | ||
19 | + "type": "git", | ||
20 | + "url": "ssh://git@khuhub.khu.ac.kr:12959/2016104178/Probability_Corona.git" | ||
21 | + }, | ||
22 | + "author": "", | ||
23 | + "license": "ISC" | ||
24 | +} |
-
Please register or login to post a comment