Released a node module for integrating git hooks I have released a new module which is for integrating git hooks and node projects. This module enables you to write your git-hooks scripts on the package.json, so that you can share these scripts to all members who collaborate on your project without messy configuration. https://github.com/nkzawa/git-scripts ExampleYou just add git-scripts to the de