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.

41 lines (40 loc) 934 B
{ "name": "nuclide-quick-open", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "Provides quick open functionality in Nuclide", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "configMetadata": { "pathComponents": [ "IDE", "Quick Open" ] }, "config": { "useSelection": { "title": "Pre-fill Search with Selection", "type": "boolean", "default": true, "description": "Use current selection to pre-fill search input" } }, "packageType": "Atom", "testRunner": "apm" }, "consumedServices": { "nuclide-quick-open-register-provider": { "versions": { "0.0.0": "registerProvider" } } }, "providedServices": { "nuclide-home.homeFragments": { "versions": { "0.0.0": "getHomeFragments" } } } }