-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 931 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
{
"name": "node-network-bandwidth-monitor",
"version": "1.0.3",
"description": "A simple and easy-to-use Node.js module that allows you to monitor your network bandwith usage in real-time. It supports multiple platforms including Linux, Windows, and macOS.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelvinzer0/network-bandwidth-monitor.git"
},
"keywords": [
"network",
"bandwith",
"monitor",
"nodejs"
],
"author": "Kelvin Yuli Andrian",
"license": "MIT",
"bugs": {
"url": "https://github.com/kelvinzer0/network-bandwidth-monitor/issues"
},
"homepage": "https://github.com/kelvinzer0/network-bandwidth-monitor#readme",
"dependencies": {
"child_process": "^1.0.2",
"mocha": "^10.2.0",
"os": "^0.1.2"
}
}