UNPKG

grunt-githooks

Version:

A Grunt plugin to help bind Grunt tasks to Git hooks

56 lines (55 loc) 1.36 kB
{ "name" : "grunt-githooks", "description" : "A Grunt plugin to help bind Grunt tasks to Git hooks", "version" : "0.6.0", "license" : "MIT", "homepage" : "https://github.com/wecodemore/grunt-githooks", "contributors" : [ { "name" : "Franz Josef Kaiser", "email" : "wecodemore@gmail.com", "url" : "http://unserkaiser.com" }, { "name" : "Romaric Pascal", "url" : "http://rhumaric.com" }, { "name" : "Contributors on GitHub", "url" : "https://github.com/wecodemore/grunt-githooks/graphs/contributors" } ], "bugs" : { "url" : "https://github.com/wecodemore/grunt-githooks/issues" }, "author" : { "name" : "Romaric Pascal", "url" : "http://rhumaric.com" }, "repository" : "wecodemore/grunt-githooks", "main" : "Gruntfile.js", "engines" : { "node" : ">= 0.10.0" }, "scripts" : { "test" : "grunt test" }, "devDependencies" : { "grunt-contrib-jshint" : "~0.6.0", "grunt-contrib-clean" : "~0.4.0", "grunt-contrib-nodeunit" : "~0.2.0", "grunt" : "~0.4.1", "grunt-contrib-copy" : "~0.4.1" }, "peerDependencies" : { "grunt" : ">=0.4.1" }, "keywords" : [ "gruntplugin", "git", "hook" ], "dependencies" : { "handlebars" : "~1.0.12" } }