package.json
923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "klas-file-downloader",
"version": "1.0.1",
"description": "Project that download lecture reference files from Klas",
"main": "module.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sungjunyoung/klas-file-downloader.git"
},
"keywords": [
"klas",
"file",
"download",
"lecture"
],
"author": "sungjunyoung",
"license": "MIT",
"bugs": {
"url": "https://github.com/sungjunyoung/klas-file-downloader/issues"
},
"bin": {
"klasFD": "./global.js"
},
"homepage": "https://sungjunyoung.github.io",
"dependencies": {
"args": "^2.4.1",
"cheerio": "^0.22.0",
"fs": "0.0.1-security",
"promise": "^7.1.1",
"querystring": "^0.2.0",
"read": "^1.0.7",
"request": "^2.81.0"
},
"devDependencies": {
"electron-winstaller": "^2.6.1"
}
}