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) • 1.03 kB
JSON
{
"name": "nuclide-type-coverage",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "Provides type coverage information for gradually-typed languages such as Hack and Flow",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"config": {
"colorizeStatusBar": {
"title": "Colorize Status Bar Widget",
"type": "boolean",
"default": true,
"description": "Whether to highlight poor type coverage by colorizing the status bar red or yellow"
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"activationCommands": {},
"consumedServices": {
"nuclide-type-coverage": {
"versions": {
"0.0.0": "consumeCoverageProvider"
}
},
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"providedServices": {
"nuclide-diagnostics-provider": {
"versions": {
"0.2.0": "getDiagnosticsProvider"
}
}
}
}