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.
32 lines (31 loc) • 676 B
JSON
{
"dependencies": [
"platform"
],
"scripts": [
"WorkerRuntime.js",
"WebInspector.js",
"TextDictionary.js",
"Object.js",
"NotificationService.js",
"Color.js",
"Geometry.js",
"Console.js",
"ContentProvider.js",
"ParsedURL.js",
"Progress.js",
"ResourceType.js",
"Settings.js",
"StaticContentProvider.js",
"Streams.js",
"TestBase.js",
"TextRange.js",
"TextUtils.js",
"Throttler.js",
"UIString.js",
"ModuleExtensionInterfaces.js"
],
"skip_compilation": [
"TestBase.js"
]
}