UNPKG

clang-format

Version:
31 lines (30 loc) 744 B
{ "name": "clang-format", "version": "1.8.0", "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": { "test": "bash ./test.sh" }, "contributors": [ "Alex Eagle <alexeagle@google.com>", "Martin Probst <martinprobst@google.com>", "Filipe Silva <filipematossilva@gmail.com>", "Victor Berchet <victor@suumit.com>" ], "license": "Apache-2.0", "dependencies": { "async": "^3.2.3", "glob": "^7.0.0", "resolve": "^1.1.6" } }