{
  "name": "electron-tabs",
  "version": "0.2.0",
  "description": "Simple tabs for Electron applications",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/brrd/electron-tabs"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "electron",
    "tab",
    "tabs",
    "webview"
  ],
  "author": "brrd",
  "license": "MIT"
}