clang-format
Version:
node wrapper around clang-format
20 lines (19 loc) • 442 B
JSON
{
"name": "clang-format",
"version": "1.0.8",
"description": "node wrapper around clang-format",
"repository": {
"type": "git",
"url": "git@github.com:angular/clang-format.git"
},
"main": "index.js",
"bin": {
"clang-format": "runner.js"
},
"scripts": {"test": "./test.sh"},
"contributors": [
"Alex Eagle <alexeagle@google.com>",
"Martin Probst <martinprobst@google.com>"
],
"license": "Apache 2"
}