electron-tabs/package.json
2020-02-04 13:38:12 +01:00

25 lines
502 B
JSON

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