mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-05 21:20:38 +00:00
26 lines
589 B
JSON
26 lines
589 B
JSON
{
|
|
"name": "lokinet-monitor",
|
|
"version": "0.0.1",
|
|
"description": "Lokinet monitor",
|
|
"main": "monitor_client.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/loki-project/loki-network.git"
|
|
},
|
|
"keywords": [
|
|
"lokinet"
|
|
],
|
|
"author": "Ryan Tharp",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/loki-project/loki-network/issues"
|
|
},
|
|
"homepage": "https://github.com/loki-project/loki-network#readme",
|
|
"dependencies": {
|
|
"net-ping": "^1.2.3"
|
|
}
|
|
}
|