electron-tabs/package.json
2016-10-27 22:37:40 +02:00

17 lines
317 B
JSON

{
"name": "electron-tabs",
"version": "0.1.0",
"description": "Tabs for electron applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"tab",
"tabs",
"webview"
],
"author": "brrd",
"license": "MIT"
}