-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 914 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
29
30
31
32
33
34
35
36
37
{
"name": "open-directory-downloader",
"version": "9.0.2",
"description": "A NodeJS wrapper around KoalaBear84/OpenDirectoryDownloader",
"main": "open-directory-downloader.js",
"scripts": {
"install": "node ./install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chaphasilor/open-directory-downloader.git"
},
"keywords": [
"OpenDirectoryDownloader",
"opendirectory",
"ODCrawler",
"open",
"directory",
"indexer",
"downloader",
"parser",
"http",
"https",
"open-directory-downloader"
],
"author": "Chaphasilor",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Chaphasilor/open-directory-downloader/issues"
},
"homepage": "https://github.com/Chaphasilor/open-directory-downloader#readme",
"dependencies": {
"adm-zip": "^0.5.1",
"node-fetch": "^2.6.1",
"pidusage": "^2.0.21"
}
}