mirror of https://github.com/nodejs/node.git
10 lines
192 B
JSON
10 lines
192 B
JSON
|
{
|
||
|
"name": "node-core-clang-format",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Formatting C++ files for Node.js core",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"clang-format": "1.2.3"
|
||
|
}
|
||
|
}
|