-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 935 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
38
39
40
{
"name": "axel-js",
"version": "0.1.8",
"description": "A lightweight download accelerator. Similar to axel.",
"main": "./lib/axel.js",
"bin": {
"axel-js": "./bin/index.js"
},
"directories": {
"example": "examples"
},
"dependencies": {
"cli-color-tty": "^2.0.0",
"es5-ext": "^0.10.12",
"extend": "^3.0.0",
"option-parser": "^0.1.3",
"sprintf-js": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "./bin/index.js -h"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/VincentChanX/axel-js.git"
},
"keywords": [
"axel",
"download",
"file",
"http",
"https"
],
"author": "vincentchan <hci.vincentchan@gmail.com> (https://github.com/VincentChanX)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/VincentChanX/axel-js/issues"
},
"homepage": "https://github.com/VincentChanX/axel-js#readme"
}