-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 768 Bytes
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
{
"name": "aget",
"version": "1.0.2",
"description": "Simple Command line wget-alternative",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "eslint --init"
},
"keywords": [
"Wget",
"Curl",
"Node",
"HTTP"
],
"bin": "./bin/aget.js",
"author": "Laurelianae <elerianae@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.16.0"
},
"dependencies": {
"cli-progress": "^2.1.1",
"colors": "^1.3.3",
"commander": "^2.19.0",
"prettysize": "^1.1.0",
"request": "^2.88.0",
"request-progress": "^3.0.0"
},
"repository": "github:soundofdarkness/aget"
}