2016-10-27 15:37:40 -05:00
|
|
|
{
|
|
|
|
"name": "electron-tabs",
|
2019-10-15 08:13:01 -05:00
|
|
|
"version": "0.11.0",
|
2016-10-31 10:13:44 -05:00
|
|
|
"description": "Simple tabs for Electron applications",
|
2016-10-27 15:37:40 -05:00
|
|
|
"main": "index.js",
|
2016-10-31 10:13:44 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/brrd/electron-tabs"
|
|
|
|
},
|
2016-10-27 15:37:40 -05:00
|
|
|
"scripts": {
|
2017-07-02 06:30:59 -05:00
|
|
|
"demo": "electron ./demo",
|
2016-10-27 15:37:40 -05:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"electron",
|
|
|
|
"tab",
|
|
|
|
"tabs",
|
|
|
|
"webview"
|
|
|
|
],
|
|
|
|
"author": "brrd",
|
2017-07-02 06:30:59 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2020-02-04 04:43:08 -05:00
|
|
|
"electron": "^8.0.0"
|
2017-07-02 06:30:59 -05:00
|
|
|
}
|
2016-10-27 15:37:40 -05:00
|
|
|
}
|