dinks/grunt-warn-friday

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-warn-friday",
  "description": "Grunt to warn developers of a Friday deployment",
  "version": "0.1.1",
  "homepage": "https://github.com/dinks/grunt-warn-friday",
  "author": {
    "name": "Dinesh Vasudevan",
    "email": "dineshvasudevan2003@yahoo.com",
    "url": "http://dineshakadinks.blogspot.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dinks/grunt-warn-friday.git"
  },
  "bugs": {
    "url": "https://github.com/dinks/grunt-warn-friday/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dinks/grunt-warn-friday/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-nodeunit": "^4.0.0",
    "grunt": ">=1.5.2",
    "minimist": ">=1.2.6"
  },
  "dependencies": {
    "minimist": ">=1.2.6"
  },
  "peerDependencies": {
    "grunt": ">=1.5.2"
  },
  "keywords": [
    "gruntplugin",
    "friday",
    "warning"
  ]
}