UNPKG

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.

42 lines (41 loc) 907 B
{ "name": "nuclide-diagnostics-ui", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "Displays diagnostics in context in a TextEditor", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "packageType": "Atom", "testRunner": "apm" }, "consumedServices": { "nuclide-diagnostics": { "versions": { "0.2.0": "consumeDiagnosticUpdates" } }, "status-bar": { "versions": { "^1.0.0": "consumeStatusBar" } }, "tool-bar": { "versions": { "^0 || ^1": "consumeToolBar" } } }, "providedServices": { "nuclide-home.homeFragments": { "versions": { "0.0.0": "getHomeFragments" } }, "nuclide-distraction-free-mode": { "versions": { "0.0.0": "getDistractionFreeModeProvider" } } } }