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.

43 lines (42 loc) 985 B
{ "name": "nuclide-arcanist", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "Displays arcanist linter messages in Nuclide", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "configMetadata": { "pathComponents": [ "Language", "Arc" ] }, "config": { "blacklistedLinters": { "title": "Blacklisted Linters", "type": "array", "description": "Comma-separated list of linter names that should not be displayed", "default": [], "items": { "type": "string" } } }, "packageType": "Atom", "testRunner": "apm" }, "activationCommands": {}, "providedServices": { "nuclide-diagnostics-provider": { "versions": { "0.1.0": "provideDiagnostics" } }, "nuclide-busy-signal": { "versions": { "0.1.0": "provideBusySignal" } } } }