summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/package.json
blob: 8f5ee75300ffd6b477cd027676e9ec5b13e26e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "uncrustify",
  "version": "0.78.1",
  "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"
}