mirror of
https://ark.sudovanilla.org/Korbs/electron-tabs.git
synced 2024-12-22 19:43:53 +00:00
18 lines
317 B
JSON
18 lines
317 B
JSON
{
|
|
"name": "electron-tabs",
|
|
"version": "0.1.0",
|
|
"description": "Tabs for electron applications",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"electron",
|
|
"tab",
|
|
"tabs",
|
|
"webview"
|
|
],
|
|
"author": "brrd",
|
|
"license": "MIT"
|
|
}
|