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.
40 lines (39 loc) • 1.06 kB
JSON
{
"name": "nuclide-definition-preview",
"description": "Show preview of definitions while browsing code",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"configMetadata": {
"pathComponents": [
"IDE",
"Definition Preview"
]
},
"config": {
"priority": {
"title": "Priority with which to render Definition Preview in Context View",
"type": "number",
"default": 20,
"description": "The lower the number, the higher Definition Preview is rendered in Context View."
},
"editorHeight": {
"title": "Editor height",
"type": "number",
"default": 50,
"description": "Height in ems of the Definition Preview editor."
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"consumedServices": {
"nuclide-context-view": {
"versions": {
"0.0.0": "consumeNuclideContextView"
}
}
}
}