electron-tabs/package.json

18 lines
317 B
JSON
Raw Normal View History

2016-10-27 20:37:40 +00:00
{
"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"
}