{
  "extensions": [
      {
          "type": "view",
          "category": "NDB",
          "id": "ndb.runView",
          "title": "NPM Scripts",
          "persistence": "permanent",
          "location": "run-view-sidebar",
          "className": "Ndb.RunConfiguration"
      },
      {
          "type": "view",
          "location": "drawer-view",
          "id": "ndb.terminal",
          "title": "Terminal",
          "persistence": "permanent",
          "order": 1,
          "className": "Ndb.Terminal"
      },
      {
          "type": "view",
          "id": "ndb.processes-view",
          "title": "Node processes",
          "persistence": "permanent",
          "className": "Ndb.NodeProcesses",
          "location": "sources.sidebar-top"
      }
  ],
  "dependencies": ["ui", "sources", "timeline", "ndb", "xterm"],
  "scripts": [
      "RunConfiguration.js",
      "NodeProcesses.js",
      "Terminal.js"
  ],
  "resources": [
      "runConfiguration.css",
      "nodeProcesses.css"
  ]
}
