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.

34 lines (33 loc) 890 B
{ "name": "nuclide-vcs-log", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "General display mechanism for the VCS log of a file", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "configMetadata": { "pathComponents": [ "IDE", "VCS Log" ] }, "config": { "showDifferentialRevision": { "title": "Show column for Differential revision", "type": "boolean", "default": true, "description": "This column will appear only if at least one commit in the history being displayed has a Differential Revision" } }, "packageType": "Atom", "testRunner": "apm" }, "consumedServices": { "nuclide-file-tree.context-menu": { "versions": { "0.1.0": "addItemsToFileTreeContextMenu" } } } }