atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "nuclide-distraction-free-mode",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "Hide the cruft and focus on your code",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"configMetadata": {
"pathComponents": [
"IDE",
"Distraction Free Mode"
]
},
"config": {
"hideToolBar": {
"title": "Hide the tool-bar",
"description": "Requires restart to take effect. Note: this will hide the toolbar button so you will not be able to use it to leave distraction-free-mode!",
"type": "boolean",
"default": false
},
"hideStatusBar": {
"title": "Hide the status-bar",
"description": "Requires restart to take effect.",
"type": "boolean",
"default": false
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"consumedServices": {
"nuclide-distraction-free-mode": {
"versions": {
"0.0.0": "consumeDistractionFreeModeProvider"
}
},
"tool-bar": {
"versions": {
"^0 || ^1": "consumeToolBar"
}
}
}
}