electron-tabs/package.json
2019-10-15 15:13:01 +02:00

25 lines
503 B
JSON

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