-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 766 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 766 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
34
{
"name": "speedtest-net",
"description": "Speedtest.net client",
"author": "Han de Boer",
"version": "2.2.0",
"bin": "bin/index.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ddsol/speedtest.net.git"
},
"dependencies": {
"chalk": "^2.4.1",
"decompress": "^4.2.0",
"decompress-tar": "^4.1.1",
"decompress-tarbz2": "^4.1.1",
"decompress-targz": "^4.1.1",
"decompress-tarxz": "^3.0.0",
"decompress-unzip": "^4.0.1",
"download": "^7.1.0",
"draftlog": "^1.0.12",
"mkdirp": "^1.0.3",
"sha256-file": "^1.0.0",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"license": "MIT",
"files": [
"bin/index.js",
"index.js"
]
}