forked from JonathanWolfe/file-tree-exclude
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 745 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
{
"name": "brackets-file-tree-exclude",
"version": "1.1.0",
"title": "File tree exclude",
"description": "Excludes folders from the Brackets file system to avoid performance problems.",
"keywords": [
"brackets-extension",
"brackets",
"exclude",
"folders",
"hide"
],
"homepage": "https://github.com/zaggino/brackets-file-tree-exclude",
"bugs": "https://github.com/zaggino/brackets-file-tree-exclude/issues",
"license": "MIT",
"author": {
"name": "Martin Zagora",
"email": "zaggino@gmail.com",
"url": "https://github.com/zaggino"
},
"repository": {
"type": "git",
"url": "https://github.com/zaggino/brackets-file-tree-exclude.git"
},
"engines": {
"brackets": ">=1.2.0"
}
}