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.
53 lines (52 loc) • 1.49 kB
JSON
{
"name": "nuclide-swift",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "Swift package manager integration for Nuclide.",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"packageType": "Atom",
"testRunner": "apm",
"configMetadata": {
"pathComponents": [
"Language",
"Swift"
]
},
"config": {
"swiftToolchainPath": {
"title": "Swift Toolchain Path",
"type": "string",
"default": "",
"description": "Path to a Swift toolchain on your local system. If left blank, Nuclide will search for one at '/Library/Developer/Toolchains/swift-latest.xctoolchain' on OS X, or find one based on a 'swiftc' executable in your PATH on Linux."
},
"sourceKittenPath": {
"title": "Path to SourceKitten Executable",
"type": "string",
"default": "/usr/local/bin/sourcekitten",
"description": "Path to a SourceKitten executable on your local system."
}
}
},
"consumedServices": {
"nuclide.build-system-registry": {
"versions": {
"0.0.0": "consumeTaskRunnerServiceApi"
}
},
"nuclide-output": {
"versions": {
"0.0.0": "consumeOutputService"
}
}
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "createAutocompleteProvider"
}
}
},
"activationCommands": {}
}