forked from adobe/brackets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1004 Bytes
/
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
{
"name" : "Brackets",
"version" : "0.16.0-0",
"homepage" : "https://brackets.io",
"issues" :
{
"url" : "https://github.com/adobe/brackets/issues"
},
"repository" :
{
"type" : "git",
"url" : "https://github.com/adobe/brackets.git",
"branch" : "",
"SHA" : ""
},
"config" :
{
"app_title" : "Brackets",
"app_name_about" : "Brackets",
"about_icon" : "styles/images/brackets_icon.svg",
"show_debug_menu" : true,
"enable_jslint" : true,
"forum_url" : "https://groups.google.com/forum/?fromgroups#!forum/brackets-dev",
"update_info_url" : "https://dev.brackets.io/updates/stable/",
"troubleshoot_url" : "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev"
}
}