{
  "name": "clang-format",
  "version": "1.2.3",
  "description": "node wrapper around clang-format",
  "repository": {
    "type": "git",
    "url": "git@github.com:angular/clang-format.git"
  },
  "main": "index.js",
  "bin": {
    "clang-format": "index.js",
    "git-clang-format": "bin/git-clang-format",
    "check-clang-format": "bin/check-clang-format.js"
  },
  "scripts": {
    "precommit": "node bin/check-clang-format.js \"bin/git-clang-format\"",
    "test": "./test.sh"
  },
  "contributors": [
    "Alex Eagle <alexeagle@google.com>",
    "Martin Probst <martinprobst@google.com>",
    "Filipe Silva <filipematossilva@gmail.com>"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "async": "^1.5.2",
    "glob": "^7.0.0",
    "resolve": "^1.1.6"
  },
  "devDependencies": {
    "husky": "^0.14.3"
  }
}
