electron-tabs/package.json
2022-03-23 22:01:34 +01:00

25 lines
503 B
JSON

{
"name": "electron-tabs",
"version": "0.17.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": "^17.1.2"
}
}