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.

39 lines (38 loc) 902 B
{ "name": "nuclide-home", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "Provides a welcome message and other links for first time users.", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "configMetadata": { "pathComponents": [ "IDE", "Home" ] }, "config": { "showHome": { "title": "Show Home Pane", "type": "boolean", "default": true, "description": "Show the home pane (by default shown on first startup)." } }, "packageType": "Atom", "testRunner": "apm" }, "consumedServices": { "nuclide-home.homeFragments": { "versions": { "0.0.0": "setHomeFragments" } }, "nuclide.workspace-views": { "versions": { "0.0.0": "consumeWorkspaceViewsService" } } } }