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.

55 lines (54 loc) 1.4 kB
{ "dependencies": [ "common", "host", "platform" ], "scripts": [ "InspectorBackend.js", "../InspectorBackendCommands.js", "Target.js", "AccessibilityModel.js", "AnimationModel.js", "ApplicationCacheModel.js", "ConsoleModel.js", "ContentProviders.js", "CookieParser.js", "CPUProfileDataModel.js", "CPUProfilerModel.js", "CSSMetadata.js", "CSSParser.js", "CSSStyleModel.js", "DOMModel.js", "DOMStorage.js", "Database.js", "DebuggerModel.js", "FileSystemModel.js", "HAREntry.js", "IndexedDBModel.js", "LayerTreeModel.js", "NetworkLog.js", "OverridesSupport.js", "ServiceWorkerManager.js", "TracingManager.js", "TracingModel.js", "WorkerManager.js", "RuntimeModel.js", "Script.js", "ServiceWorkerCacheModel.js", "RemoteObject.js", "Resource.js", "ResourceTreeModel.js", "SourceMap.js", "NetworkManager.js", "NetworkRequest.js", "PaintProfiler.js", "HeapProfilerModel.js", "../SupportedCSSProperties.js", "ThreadStore.js" ], "skip_compilation": [ "../InspectorBackendCommands.js", "../SupportedCSSProperties.js" ] }