-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "qdownload",
"version": "1.1.0",
"description": "qdd's downloader",
"main": "index.js",
"scripts": {
"test": "semistandard && node test",
"coverage": "nyc --reporter=html node test",
"test-ci": "npm run coverage && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bengl/qdownload.git"
},
"keywords": [
"install",
"package",
"module",
"download",
"downloader"
],
"author": "Bryan English <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bengl/qdownload/issues"
},
"homepage": "https://github.com/bengl/qdownload#readme",
"files": [
"index.js",
"lib/*.js"
],
"engines": {
"node": ">=8.5.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"nyc": "^13.0.1",
"pifall": "^1.3.0",
"pitesti": "^2.3.0",
"semistandard": "^12.0.1"
},
"dependencies": {
"fs-minipass": "^1.2.5",
"minizlib": "^1.1.0",
"qfastfs": "^1.0.1",
"tar-stream": "^1.6.1"
}
}