{
  "name": "gulp-clang-format",
  "version": "1.0.27",
  "description": "Checks that code is properly formatted",
  "repository": {
    "type": "git",
    "url": "git@github.com:angular/gulp-clang-format.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "gulp test"
  },
  "contributors": [
    "Alex Eagle <alexeagle@google.com> (https://angularjs.org/)",
    "Martin Probst <martinprobst@google.com> (https://angularjs.org/)"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "gulp": "^3.9.1"
  },
  "dependencies": {
    "clang-format": "^1.0.32",
    "fancy-log": "^1.3.2",
    "gulp-diff": "^1.0.0",
    "plugin-error": "^1.0.1",
    "stream-combiner2": "^1.1.1",
    "through2": "^2.0.3"
  }
}
