forked from zenflow/node-fast-download
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.03 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "fast-download",
"version": "0.3.4",
"description": "accelerated (multiple connections) http download stream",
"main": "lib/FastDownload.js",
"engines": [
"node >= 0.10.0"
],
"preferGlobal": true,
"bin": {
"fast-download": "./bin/fast-download.js"
},
"scripts": {
"test": "node tests/run.js"
},
"repository": {
"type": "git",
"url": "http://github.com/zenflow/node-fast-download"
},
"keywords": [
"fast",
"speedy",
"quick",
"accelerated",
"acceleration",
"accelerate",
"http",
"download",
"request",
"stream",
"streaming"
],
"author": "Matthew Francis Brunetti",
"license": "MIT",
"bugs": {
"url": "https://github.com/zenflow/node-fast-download/issues"
},
"homepage": "https://github.com/zenflow/node-fast-download",
"dependencies": {
"async": "^0.8.0",
"lodash": "^2.4.1",
"request": "^2.34.0",
"commander": "^2.2.0",
"tape": "^2.12.3",
"mkdirp": "^0.5.0",
"charm": "^0.2.0",
"colors": "^0.6.2"
}
}