Finished script

This commit is contained in:
plane000
2018-05-27 16:11:50 +01:00
parent c346a752f8
commit b5641501fd
51 changed files with 8787 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "down-detector",
"version": "1.0.0",
"description": "Lighweight script to detect and log internet reliability and downtime",
"main": "down-detector.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plane000/Down-Detector.git"
},
"author": "Ben (plane000)",
"license": "MIT",
"bugs": {
"url": "https://github.com/plane000/Down-Detector/issues"
},
"homepage": "https://github.com/plane000/Down-Detector#readme",
"dependencies": {
"ping": "^0.2.2"
}
}