forked from StarboyCZ/hide-status-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 656 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 656 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
{
"name": "starboy.hide-status-bar",
"title": "Hide Status Bar",
"description": "Adds a status bar visibility switch to the View menu",
"keywords": [ "hide", "status", "bar", "starboy" ],
"version": "0.0.3",
"license": "MIT",
"homepage": "https://github.com/StarboyCZ/hide-status-bar",
"author": {
"name": "Jiří Dvořák",
"email": "info@dvorakj.com",
"url": "https://github.com/StarboyCZ"
},
"repository": {
"type": "git",
"url": "https://github.com/StarboyCZ/hide-status-bar.git"
},
"engines": {
"brackets": "1.14.2"
},
"files": [
"LICENSE",
"main.js",
"package.json",
"README.md"
]
}