rutilus-apiheartbeat-node
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "rutilus-apiheartbeat-node", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Makes constant requests to urls and logs whether the response was successful and the response time. Can be configured to throw errors if the response fails in order to crash containers.", | ||
"main": "index.js", | ||
"keywords": [ | ||
@@ -19,5 +15,3 @@ "api", | ||
], | ||
"scripts": {}, | ||
"repository": { | ||
@@ -27,17 +21,19 @@ "type": "git", | ||
}, | ||
"contributors": [{ | ||
"name": "Henrique Coelho", | ||
"email": "henriquesc@gmail.com", | ||
"url": "http://hcoelho.com" | ||
}, { | ||
"name": "Matthew Welke", | ||
"email": "mattwelke@gmail.com", | ||
"url": "http://mattwelke.com/" | ||
}, { | ||
"name": "Andrew Smith", | ||
"url": "http://littlesrv.ca" | ||
}], | ||
"contributors": [ | ||
{ | ||
"name": "Henrique Coelho", | ||
"email": "henriquesc@gmail.com", | ||
"url": "http://hcoelho.com" | ||
}, | ||
{ | ||
"name": "Matthew Welke", | ||
"email": "mattwelke@gmail.com", | ||
"url": "http://mattwelke.com/" | ||
}, | ||
{ | ||
"name": "Andrew Smith", | ||
"url": "http://littlesrv.ca" | ||
} | ||
], | ||
"license": "UNLICENSED" | ||
} |
Sorry, the diff of this file is not supported yet
7599