forked from Denisov21/Brackets-FileSystemProperties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 722 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "mackenza.file-system-properties",
"title": "File System Properties",
"description": "Allows viewing of file or folder properties (such as file size, etc) and setting of permissions for items in the Project tree. This extension is NLS-enabled and translation PRs are welcome!",
"homepage": "https://github.com/mackenza/Brackets-FileSystemProperties",
"repository": {
"type": "git",
"url": "git@github.com:mackenza/Brackets-FileSystemProperties.git"
},
"version": "1.0.1",
"author": "Andrew MacKenzie <a.mackenzie@gmail.com> (http://github.com/mackenza)",
"license": "MIT",
"i18n": [
"en", "it"
],
"engines": {
"brackets": ">=0.37.0"
}
}