-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 858 Bytes
/
package.json
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
{
"name": "luminus-downloader",
"version": "1.0.0",
"description": "This downloader compares your local directory to LumiNUS, and pulls all new files and folders from LumiNUS into the appropriate location in your local directory.",
"main": "main.js",
"dependencies": {
"axios": "^0.21.2",
"js-yaml": "4.1.0",
"node-7z": "^2.1.1",
"prompt-sync": "^4.2.0",
"ssl-root-cas": "^1.3.1",
"unzipper": "^0.10.5",
"yargs": "^15.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfwhole/luminus-downloader.git"
},
"author": "halfwhole",
"license": "ISC",
"bugs": {
"url": "https://github.com/halfwhole/luminus-downloader/issues"
},
"homepage": "https://github.com/halfwhole/luminus-downloader#readme"
}