electron-tabs/package.json

22 lines
417 B
JSON
Raw Normal View History

2016-10-27 20:37:40 +00:00
{
"name": "electron-tabs",
2017-06-26 22:01:01 +00:00
"version": "0.7.0",
2016-10-31 15:13:44 +00:00
"description": "Simple tabs for Electron applications",
2016-10-27 20:37:40 +00:00
"main": "index.js",
2016-10-31 15:13:44 +00:00
"repository": {
"type": "git",
"url": "https://github.com/brrd/electron-tabs"
},
2016-10-27 20:37:40 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"tab",
"tabs",
"webview"
],
"author": "brrd",
"license": "MIT"
}