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.

51 lines (50 loc) 1.24 kB
{ "name": "nuclide-ios-simulator-logs", "repository": "https://github.com/facebook/nuclide", "main": "./lib/main.js", "version": "0.0.0", "description": "A nuclide-output provider for iOS Simulator logs", "atomTestRunner": "../../lib/test-runner.js", "nuclide": { "packageType": "Atom", "testRunner": "apm", "configMetadata": { "pathComponents": [ "IDE", "iOS Simulator Logs" ] }, "config": { "senderBlacklist": { "title": "Sender Blacklist", "type": "array", "default": [ "assertiond", "routined", "syslogd", "SpringBoard", "installd", "pkd", "lsd", "searchd", "itunesstored", "backboardd" ], "description": "Exclude messages sent by these senders from the output window" }, "pathToSyslog": { "title": "Path to syslog executable", "type": "string", "default": "syslog", "description": "Absolute path to the syslog executable on your system." } } }, "consumedServices": { "nuclide-output": { "versions": { "0.0.0": "consumeOutputService" } } } }