{
  "name": "magik-hooks",
  "version": "1.1.3",
  "description": "Tiny utility to manage git hooks in Node.js",
  "main": "src/magik-hooks.js",
  "scripts": {
    "test": "eslint ./src && tape './src/**/*.spec.js'"
  },
  "keywords": [
    "applypatch-msg",
    "commit",
    "commit-msg",
    "dev",
    "development",
    "git",
    "git hook",
    "hook",
    "hooks",
    "magikMaker",
    "pre-applypatch",
    "pre-commit",
    "pre-push",
    "pre-rebase",
    "pre-receive",
    "prepare-commit-msg",
    "post-applypatch",
    "post-checkout",
    "post-commit",
    "post-merge",
    "post-receive",
    "push",
    "update",
    "utilily"
  ],
  "homepage": "https://github.com/magikMaker/magik-hooks",
  "repository": {
    "type": "git",
    "url": "git@github.com:magikMaker/magik-hooks.git"
  },
  "bugs": {
    "url": "https://github.com/magikMaker/magik-hooks/issues"
  },
  "author": "Bjørn Wikkeling",
  "license": "MIT",
  "devDependencies": {
    "eslint": "2.13.1",
    "tape": "4.6.0"
  }
}
