UNPKG

electron-dialogbox

Version:

The utility for making simple html base dialog box for Electron base application.

20 lines (19 loc) 418 B
{ "name": "e01", "version": "1.0.1", "description": "example of electron-dialogify", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "electron ." }, "author": "kenyog", "license": "MIT", "devDependencies": { "electron": "^1.7.12", "electron-dialogbox": "file:../.." }, "dependencies": { "electron-dialogify": "file:../.." } }