fh-health
Version:
A wrapper to add a health endpoint to your cloud application based on nodeapp.
32 lines (31 loc) • 731 B
JSON
{
"name": "fh-health",
"version": "0.3.3",
"description": "A wrapper to add a health endpoint to your cloud application based on nodeapp.",
"main": "./lib/TestRunner.js",
"files": ["lib/"],
"scripts": {
"test": "grunt test"
},
"keywords": [
"feedhenry",
"fh",
"fh-health",
"health"
],
"repository": "git@github.com:evanshortiss/fh-health.git",
"author": "Evan Shortiss",
"license": "Apache-2.0",
"dependencies": {
"async": "0.2.9",
"fhlog": "^0.13.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-lintspaces": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-column-lint": "~0.2.0",
"mocha": "~1.20.1",
"grunt-mocha-istanbul": "~1.4.1"
}
}