forked from fogil/node-mt-files-downloader
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
23 lines (23 loc) · 794 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
{
"name": "mt-files-downloader",
"version": "0.2.5",
"description": "Download manager with multiple features : download stats, stop & resume, auto-retry (continue) in case of error, events, etc.",
"main": "lib/Downloader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/leeroybrun/node-mt-files-downloader.git"
},
"author": "Leeroy Brun <leeroy.brun@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leeroybrun/node-mt-files-downloader/issues"
},
"homepage": "https://github.com/leeroybrun/node-mt-files-downloader",
"dependencies": {
"moment": "^2.12.0",
"zeltice-mt-downloader": "https://github.com/FaisalUmair/mt-files-downloader"
}
}