electron-tabs/package.json
Thomas Brouard 9d2742f3ee 0.7.1
2017-07-02 13:32:45 +02:00

25 lines
502 B
JSON

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