kilianc/shared-git-hooks

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "shared-git-hooks",
  "version": "1.2.1",
  "description": "Share git hooks across your team through npm install",
  "main": "index.js",
  "engines": {
    "node" : ">=0.12.0"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.4.1",
    "codeclimate-test-reporter": "^0.1.1",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "mocha-standard": "^1.0.0",
    "mock-fs": "^3.6.0",
    "sinon": "^1.17.2",
    "standard": "^5.4.1"
  },
  "scripts": {
    "test": "$(npm bin)/mocha",
    "test:watch": "nodemon --exec $(npm bin)/_mocha --bail",
    "test:coverage": "$(npm bin)/istanbul cover $(npm bin)/_mocha",
    "install": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kilianc/shared-git-hooks.git"
  },
  "keywords": [
    "git",
    "hooks"
  ],
  "author": "Kilian Ciuffolo <me@nailik.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kilianc/shared-git-hooks/issues"
  },
  "homepage": "https://github.com/kilianc/shared-git-hooks#readme",
  "standard": {
    "globals": [
      "after",
      "afterEach",
      "before",
      "describe",
      "it"
    ]
  }
}