You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
573 B

{
"name": "uncrustify",
"version": "0.78.0",
"description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"main": "uncrustify",
"scripts": {
"preinstall": "mkdir -p build && cd build && cmake .. && make"
},
"bin": "src/uncrustify",
"repository": {
"type": "git",
"url": "https://github.com/uncrustify/uncrustify"
},
"keywords": [
"uncrustify",
"source code beautifier"
],
"author": "Ben Gardner",
"author": "Guy Maurel",
"license": "GPL-2.0-or-later"
}