assured-ping-http-head
Version:
HTTP ping service for assured
32 lines (30 loc) • 732 B
JSON
{
"name": "assured-ping-http-head",
"version": "0.1.0",
"description": "HTTP ping service for assured",
"main": "index.js",
"scripts": {
"test": "mocha -R list -b test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simtemple/assured-ping-http-head.git"
},
"keywords": [
"assured",
"ping"
],
"author": "Simon Ndulagwa",
"license": "MIT",
"bugs": {
"url": "https://github.com/simtemple/assured-ping-http-head/issues"
},
"homepage": "https://github.com/simtemple/assured-ping-http-head#readme",
"dependencies": {
"request": "^2.55.0"
},
"devDependencies": {
"mocha": "^2.3.2",
"proxyquire": "^1.7.2"
}
}