Menu

[692d22]: / package.json  Maximize  Restore  History

Download this file

20 lines (20 with data), 511 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "uncrustify",
"version": "0.6.1",
"description": "A highly configurable, easily modifiable source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA",
"main": "uncrustify",
"scripts": {
"preinstall": "./configure && make"
},
"bin" : "src/uncrustify" ,
"repository": {
"type": "git",
"url": "https://github.com/bengardner/uncrustify"
},
"keywords": [
"uncrustify",
"source code beautifier"
],
"author": "Ben Gardner",
"license": "GPLv3"
}