forked from brackets-userland/brackets-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (34 loc) · 922 Bytes
/
package.json
File metadata and controls
38 lines (34 loc) · 922 Bytes
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
{
"name": "zaggino.brackets-git",
"title": "Brackets Git",
"description": "Integration of Git into Brackets UI",
"keywords": ["git"],
"categories": ["general", "external"],
"version": "0.12.2-dev",
"license": "MIT",
"homepage": "https://github.com/zaggino/brackets-git",
"author": {
"name": "Martin Zagora",
"email": "zaggino@gmail.com",
"url": "https://github.com/zaggino"
},
"repository": {
"type": "git",
"url": "https://github.com/zaggino/brackets-git.git"
},
"bugs": {
"url": "https://github.com/zaggino/brackets-git/issues",
"email": "zaggino@gmail.com"
},
"engines": {
"brackets": ">=0.37.0"
},
"dependencies": {
},
"devDependencies": {
"q": "0.9.7",
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-lesslint": "latest"
}
}