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.

27 lines (26 loc) 726 B
{ "name": "nuclide-related-files", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "Allows jumping between related files in a project (e.g. header/source files)", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "configMetadata": { "pathComponents": [ "IDE", "Related Files" ] }, "config": { "openInNextPane": { "title": "Open related files in next open pane", "type": "boolean", "default": true, "description": "Open related files (i.e. switch to header/source) in the next open pane." } }, "packageType": "Atom", "testRunner": "apm" } }