hyperfullscreen
Version:
Allows you to open Hyper in fullscreen
26 lines (25 loc) • 607 B
JSON
{
"name": "hyperfullscreen",
"version": "1.0.1",
"description": "Allows you to open Hyper in fullscreen",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonmeusel/hyperfullscreen.git"
},
"keywords": [
"Fullscreen",
"hyper",
"Terminal",
"Plugin"
],
"author": "Simon Meusel",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonmeusel/hyperfullscreen/issues"
},
"homepage": "https://github.com/simonmeusel/hyperfullscreen#readme"
}