grunt-service-status
Version:
hit the service-status endpoint to verify deployment
41 lines (40 loc) • 901 B
JSON
{
"name": "grunt-service-status",
"version": "2.1.1",
"description": "hit the service-status endpoint to verify deployment",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:opentable/grunt-service-status.git"
},
"keywords": [
"grunt",
"gruntplugin",
"service-status",
"verify"
],
"author": "Andy Royle <ajroyle@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/grunt-service-status/issues"
},
"homepage": "https://github.com/opentable/grunt-service-status",
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.4"
},
"dependencies": {
"async": "^0.9.0",
"request": "^2.40.0"
},
"peerDependencies": {
"grunt": "^0.4.4"
}
}