-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "hirse.ungit",
"version": "0.8.3",
"title": "Brackets Ungit",
"description": "Run and view Ungit in Brackets. Ungit is a \"Clean and intuitive UI that makes it easy to understand git.\" Requires Git and npm to be installed, works together with Brackets-Git.",
"engines": {
"brackets": ">=1.11.0"
},
"homepage": "https://github.com/Hirse/brackets-ungit",
"repository": "Hirse/brackets-ungit",
"bugs": "https://github.com/Hirse/brackets-ungit/issues",
"author": "Jan Pilzer (https://github.com/Hirse)",
"license": "MIT",
"keywords": [
"brackets-extension",
"git",
"ungit",
"version-control",
"source-control"
],
"i18n": [
"en",
"de"
],
"package-i18n": {
"de": {
"description": "Ungit direkt in Brackets. Ungit ist eine \"saubere und intuitive Oberfläche, die es einfach macht, Git zu verstehen.\" Benötigt eine Git und npm Installation. Funktioniert auch parallel zu Brackets-Git."
}
},
"dependencies": {
"ungit": "1.5.18"
},
"devDependencies": {
"eslint": "7.x.x",
"grunt": "1.x.x",
"grunt-contrib-compress": "1.x.x"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint",
"bundle": "grunt"
}
}