You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/node-monitor/package.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"
}
}