-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
19 lines (19 loc) · 913 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"title": "Code Folding",
"name": "brackets-code-folding",
"version": "0.3.5",
"author": "Patrick Oladimeji <[email protected]>",
"description": "Brackets extension that provides simple code folding for files edited in brackets. Supports brace folding, tag folding, indent folding and multi-line comment folding",
"homepage": "https://github.com/thehogfather/brackets-code-folding",
"keywords": ["code folding", "code collapsing"],
"categories": ["formatting", "general", "editing", "visual"],
"i18n": ["en", "de", "it", "es", "gl", "fr", "ru", "jp", "fi", "nl", "pt-br", "tr"],
"engines": {
"brackets": "<1.3.0"
},
"contributors": [
{"name": "Patrick Oladimeji", "email": "[email protected]", "url": "https://github.com/thehogfather"},
{"name": "Daniel Glazman", "email": "[email protected]"}
],
"license": "MIT"
}