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.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "nuclide-react-native",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "React Native development tools",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"configMetadata": {
"pathComponents": [
"IDE",
"React Native"
]
},
"config": {
"pathToNode": {
"title": "Path to Node Executable",
"type": "string",
"default": "node",
"description": "Absolute path to the node executable on your system. This will be used for executing JavaScript when debugging."
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"consumedServices": {
"nuclide-output": {
"versions": {
"0.0.0": "consumeOutputService"
}
},
"nuclide-current-working-directory": {
"versions": {
"0.0.0": "consumeCwdApi"
}
}
},
"providedServices": {
"nuclide-debugger.provider": {
"description": "React Native debugger provider.",
"versions": {
"0.0.0": "createDebuggerProvider"
}
}
}
}