mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
26 lines
502 B
JSON
26 lines
502 B
JSON
{
|
|
"name": "electron-tabs",
|
|
"version": "0.13.0",
|
|
"description": "Simple tabs for Electron applications",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/brrd/electron-tabs"
|
|
},
|
|
"scripts": {
|
|
"demo": "electron ./demo",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"tab",
|
|
"tabs",
|
|
"webview"
|
|
],
|
|
"author": "brrd",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^8.0.0"
|
|
}
|
|
}
|