-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
25 lines (25 loc) · 869 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
{
"title": "Productivity / Project Files Search",
"name": "brackets-productivity-project-files-search",
"description": "Search within your project files. Folder and file names are considered. Separate search chunks by space. Visit homepage for full info.",
"homepage": "https://github.com/MerryPanda/brackets-productivity-project-files-search",
"author": {
"name": "MerryPanda",
"url": "https://github.com/MerryPanda"
},
"repository": {
"type": "git",
"url": "https://github.com/MerryPanda/brackets-productivity-project-files-search.git"
},
"bugs": {
"url": "https://github.com/MerryPanda/brackets-productivity-project-files-search/issues"
},
"license": "MIT",
"categories": "editing",
"keywords": ["search", "directory", "file", "find", "filter", "project"],
"main": ["main.js"],
"engines": {
"brackets": ">=1.0.0"
},
"version": "1.5.0"
}