electron-dialogbox
Version:
The utility for making simple html base dialog box for Electron base application.
26 lines (25 loc) • 529 B
JSON
{
"name": "electron-dialogbox",
"version": "0.3.4",
"description": "The utility for making simple html base dialog box for Electron base application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"dialog",
"window",
"BrowserWindow",
"async",
"promise"
],
"author": "kenyog",
"license": "MIT",
"devDependencies": {
"electron": "^1.8.4"
},
"dependencies": {
"is-electron-renderer": "^2.0.1"
}
}