forked from brackets-userland/brackets-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (41 loc) · 1.29 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
{
"name": "zaggino.brackets-git",
"title": "Brackets Git",
"version": "0.14.27",
"engines": { "brackets": ">=1.2.0" },
"description": "Integration of Git into Brackets",
"keywords": ["brackets-extension", "git", "version-control", "source-control"],
"homepage": "https://github.com/zaggino/brackets-git",
"bugs": "https://github.com/zaggino/brackets-git/issues",
"license": "MIT",
"author": {
"name": "Martin Zagora",
"email": "[email protected]",
"url": "https://github.com/zaggino"
},
"repository": {
"type": "git",
"url": "https://github.com/zaggino/brackets-git.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-jslint": "latest",
"grunt-lesslint": "latest",
"grunt-jscs": "latest",
"grunt-zip": "latest",
"grunt-lineending": "latest"
},
"i18n": ["en", "en-gb", "de", "fr", "it", "pt-br", "zh-cn"],
"package-i18n": {
"de": {
"description": "Git-Integration für Brackets",
"keywords": ["git", "version-control", "source-control", "Versionsverwaltung", "Versionskontrollsystem"]
}
}
}