forked from slametps/MMM-NetworkConnection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 668 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 668 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
{
"name": "MMM-NetworkConnection",
"version": "1.0.0",
"description": "Display network connection test result (connection status, ping, download, upload speed)",
"repository": {
"type": "git",
"url": "git+https://github.com/slametps/MMM-NetworkConnection.git"
},
"keywords": [
"MagicMirror",
"NetworkConnection",
"network",
"connection",
"speedtest"
],
"author": "Slamet Puji Santuso",
"license": "MIT",
"bugs": {
"url": "https://github.com/slametps/MMM-NetworkConnection/issues"
},
"homepage": "https://github.com/slametps/MMM-NetworkConnection#readme",
"dependencies": {
"speedtest-net": ">=1.2.0"
}
}