{
  "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"
      }
    }
  }
}
