forked from zaidka/cliget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 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
{
"name": "cliget",
"version": "2.1.0",
"description": "Download login-protected files from the command line.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix ./*.js; web-ext lint",
"start:firefox": "web-ext run --source-dir ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zaidka/cliget.git"
},
"keywords": [
"cli",
"curl",
"wget",
"aria2",
"download",
"firefox",
"webextensions"
],
"author": "Zaid Abdulla <zaid@genieacs.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/zaidka/cliget/issues"
},
"homepage": "https://github.com/zaidka/cliget#readme",
"devDependencies": {
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"web-ext": "^5.4.1"
}
}