2016-10-27 20:37:40 +00:00
|
|
|
{
|
|
|
|
"name": "electron-tabs",
|
2022-03-23 07:54:41 +00:00
|
|
|
"version": "0.16.0",
|
2016-10-31 15:13:44 +00:00
|
|
|
"description": "Simple tabs for Electron applications",
|
2016-10-27 20:37:40 +00:00
|
|
|
"main": "index.js",
|
2016-10-31 15:13:44 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/brrd/electron-tabs"
|
|
|
|
},
|
2016-10-27 20:37:40 +00:00
|
|
|
"scripts": {
|
2017-07-02 11:30:59 +00:00
|
|
|
"demo": "electron ./demo",
|
2016-10-27 20:37:40 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"electron",
|
|
|
|
"tab",
|
|
|
|
"tabs",
|
|
|
|
"webview"
|
|
|
|
],
|
|
|
|
"author": "brrd",
|
2017-07-02 11:30:59 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-03-22 19:07:09 +00:00
|
|
|
"electron": "^17.1.2"
|
2017-07-02 11:30:59 +00:00
|
|
|
}
|
2016-10-27 20:37:40 +00:00
|
|
|
}
|