-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 959 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
36
37
38
39
40
41
42
43
44
45
{
"name": "google-wifi-status",
"version": "2.3.3",
"description": "A Node.js CLI app that displays status of your Google Wifi / OnHub router.",
"main": "index.js",
"bin": {
"google-wifi-status": "./index.js"
},
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joelgeorgev/google-wifi-status.git"
},
"author": "Joel George V",
"license": "MIT",
"bugs": {
"url": "https://github.com/joelgeorgev/google-wifi-status/issues"
},
"homepage": "https://github.com/joelgeorgev/google-wifi-status#readme",
"dependencies": {
"chalk": "^4.1.0",
"cli-spinners": "^2.3.0",
"commander": "^5.1.0",
"ora": "^4.0.4",
"pretty-ms": "^7.0.0"
},
"keywords": [
"google",
"wifi",
"onhub",
"router",
"node",
"nodejs",
"cli",
"command",
"terminal",
"status",
"stats"
],
"devDependencies": {
"ava": "^0.19.1"
}
}