-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
51 lines (51 loc) · 1.04 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
49
50
51
{
"name": "fast-speedtest-api",
"version": "0.3.2",
"description": "A speed test powered by fast.com",
"main": "./src/Api.js",
"engines": {
"node": ">=7.10.1"
},
"scripts": {
"test": "mocha",
"release": "release-it"
},
"bin": {
"fast-speedtest": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/branchard/fast-speedtest-api.git"
},
"author": "branchard",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/branchard/fast-speedtest-api/issues"
},
"homepage": "https://github.com/branchard/fast-speedtest-api#readme",
"keywords": [
"speedtest",
"speed",
"network",
"test",
"fast",
"bandwidth",
"kbps",
"mbps",
"fast.com",
"netflix",
"api",
"cli"
],
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.2.0",
"release-it": "^9.8.1"
},
"dependencies": {
"https-proxy-agent": "^2.2.2"
}
}